apply clippy fixes
This commit is contained in:
committed by
Dustin J. Mitchell
parent
88333ac785
commit
f1e1095c0a
@@ -36,7 +36,7 @@ fn make_suite_file(suites: &[&'static str]) {
|
||||
for suite in suites {
|
||||
content.push_str(format!("suite!({}_tests);\n", suite).as_ref());
|
||||
}
|
||||
fs::write(&dest_path, content).unwrap();
|
||||
fs::write(dest_path, content).unwrap();
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user