Remove noisy print from test

This commit is contained in:
topecongiro 2017-09-19 11:02:21 +09:00
parent 32fa51a6a9
commit 007c673012

View File

@ -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);