mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Fix formatting
This commit is contained in:
parent
aaa6961aa6
commit
b605271d7f
@ -17,7 +17,7 @@ pub fn run_dist(client_opts: Option<ClientOpts>) -> Result<()> {
|
||||
rm_rf(&dist)?;
|
||||
fs2::create_dir_all(&dist)?;
|
||||
|
||||
if let Some(ClientOpts { version, release_tag}) = client_opts {
|
||||
if let Some(ClientOpts { version, release_tag }) = client_opts {
|
||||
dist_client(&version, &release_tag)?;
|
||||
}
|
||||
dist_server()?;
|
||||
|
@ -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 New Issue
Block a user