We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66dbc02 commit 316a9f2Copy full SHA for 316a9f2
tests/compile-test.rs
@@ -141,11 +141,11 @@ fn run_ui_toml() {
141
142
let res = run_ui_toml_tests(&config, tests);
143
match res {
144
- Ok(true) => {}
+ Ok(true) => {},
145
Ok(false) => panic!("Some tests failed"),
146
Err(e) => {
147
println!("I/O failure during tests: {:?}", e);
148
- }
+ },
149
}
150
151
tests/missing-test-files.rs
@@ -46,7 +46,7 @@ fn explore_directory(dir: &Path) -> Vec<String> {
46
if file_stem != current_file {
47
missing_files.push(path.to_str().unwrap().to_string());
48
49
50
_ => continue,
51
};
52
0 commit comments