File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -359,6 +359,7 @@ fn format_files(
359
359
} else {
360
360
std:: process:: Stdio :: inherit ( )
361
361
} ;
362
+
362
363
if verbosity == Verbosity :: Verbose {
363
364
print ! ( "rustfmt" ) ;
364
365
for a in fmt_args {
@@ -369,6 +370,7 @@ fn format_files(
369
370
}
370
371
println ! ( ) ;
371
372
}
373
+
372
374
let mut command = Command :: new ( "rustfmt" )
373
375
. stdout ( stdout)
374
376
. args ( files)
@@ -381,6 +383,7 @@ fn format_files(
381
383
) ,
382
384
_ => e,
383
385
} ) ?;
386
+
384
387
command. wait ( )
385
388
}
386
389
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ macro_rules! create_config {
364
364
self . $i. 2 = val;
365
365
} else {
366
366
println!( "Warning: can't set some features as unstable \
367
- features are only available in nightly channel.") ;
367
+ features are only available in nightly channel.") ;
368
368
}
369
369
}
370
370
}
You can’t perform that action at this time.
0 commit comments