Skip to content

Commit a4bfcbe

Browse files
author
The Miri Conjob Bot
committed
fmt
1 parent 16816aa commit a4bfcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/tests/compiletest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fn test_config(target: &str, path: &str, mode: Mode, with_dependencies: bool) ->
7272
program.args.push(flag);
7373
}
7474

75-
let bless = env::var_os("RUSTC_BLESS").is_some_and(|v| v !="0");
75+
let bless = env::var_os("RUSTC_BLESS").is_some_and(|v| v != "0");
7676
let skip_ui_checks = env::var_os("MIRI_SKIP_UI_CHECKS").is_some();
7777

7878
let output_conflict_handling = match (bless, skip_ui_checks) {

0 commit comments

Comments
 (0)