mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Remove noisy print from test
This commit is contained in:
@@ -201,8 +201,6 @@ fn check_files<I>(files: I) -> (Vec<FormatReport>, u32, u32)
|
||||
let mut reports = vec![];
|
||||
|
||||
for file_name in files.filter(|f| f.ends_with(".rs")) {
|
||||
println!("Testing '{}'...", file_name);
|
||||
|
||||
match idempotent_check(file_name) {
|
||||
Ok(ref report) if report.has_warnings() => {
|
||||
print!("{}", report);
|
||||
|
||||
Reference in New Issue
Block a user