mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 09:23:05 +00:00
cargo fmt
This commit is contained in:
parent
66dbc02b05
commit
316a9f2711
@ -141,11 +141,11 @@ fn run_ui_toml() {
|
||||
|
||||
let res = run_ui_toml_tests(&config, tests);
|
||||
match res {
|
||||
Ok(true) => {}
|
||||
Ok(true) => {},
|
||||
Ok(false) => panic!("Some tests failed"),
|
||||
Err(e) => {
|
||||
println!("I/O failure during tests: {:?}", e);
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -46,7 +46,7 @@ fn explore_directory(dir: &Path) -> Vec<String> {
|
||||
if file_stem != current_file {
|
||||
missing_files.push(path.to_str().unwrap().to_string());
|
||||
}
|
||||
}
|
||||
},
|
||||
_ => continue,
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user