mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Fix formatting
This commit is contained in:
parent
aaa6961aa6
commit
b605271d7f
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ use std::env;
|
|||
use pico_args::Arguments;
|
||||
use xtask::{
|
||||
codegen::{self, Mode},
|
||||
dist::{ClientOpts, run_dist},
|
||||
dist::{run_dist, ClientOpts},
|
||||
install::{ClientOpt, InstallCmd, ServerOpt},
|
||||
not_bash::pushd,
|
||||
pre_commit, project_root, run_clippy, run_fuzzer, run_pre_cache, run_release, run_rustfmt,
|
||||
|
|
Loading…
Reference in a new issue