Remove bare semicolons

This commit is contained in:
Florian Hahn
2015-10-21 18:20:46 +02:00
parent 58d782d777
commit 107b4aa329
7 changed files with 9 additions and 9 deletions

View File

@@ -924,7 +924,7 @@ pub fn filter_tests(opts: &TestOpts, tests: Vec<TestDescAndFn>) -> Vec<TestDescA
} else {
None
}
};
}
filtered.into_iter().filter_map(filter).collect()
};