fmt
This commit is contained in:
parent
16816aa859
commit
a4bfcbe4d3
@ -72,7 +72,7 @@ fn test_config(target: &str, path: &str, mode: Mode, with_dependencies: bool) ->
|
||||
program.args.push(flag);
|
||||
}
|
||||
|
||||
let bless = env::var_os("RUSTC_BLESS").is_some_and(|v| v !="0");
|
||||
let bless = env::var_os("RUSTC_BLESS").is_some_and(|v| v != "0");
|
||||
let skip_ui_checks = env::var_os("MIRI_SKIP_UI_CHECKS").is_some();
|
||||
|
||||
let output_conflict_handling = match (bless, skip_ui_checks) {
|
||||
|
Loading…
Reference in New Issue
Block a user