Remove noisy print from test
This commit is contained in:
parent
32fa51a6a9
commit
007c673012
@ -201,8 +201,6 @@ where
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user