File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/bootstrap/src/core/build_steps Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1249,7 +1249,6 @@ impl Step for Tidy {
12491249
12501250 if builder. config . channel == "dev" || builder. config . channel == "nightly" {
12511251 if !builder. config . json_output {
1252- builder. info ( "fmt check" ) ;
12531252 if builder. config . initial_rustfmt . is_none ( ) {
12541253 let inferred_rustfmt_dir = builder. initial_sysroot . join ( "bin" ) ;
12551254 eprintln ! (
@@ -1277,10 +1276,8 @@ HELP: to skip test's attempt to check tidiness, pass `--skip src/tools/tidy` to
12771276 }
12781277 }
12791278
1280- builder. info ( "tidy check" ) ;
12811279 cmd. delay_failure ( ) . run ( builder) ;
12821280
1283- builder. info ( "x.py completions check" ) ;
12841281 let completion_paths = get_completion_paths ( builder) ;
12851282 if builder. config . cmd . bless ( ) {
12861283 builder. ensure ( crate :: core:: build_steps:: run:: GenerateCompletions ) ;
You can’t perform that action at this time.
0 commit comments