Skip to content

Commit 8568c20

Browse files
committed
Silence some warnings
1 parent 40ce1fc commit 8568c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/helpers/miri_helper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ pub fn run(filename: &str, bencher: &mut Bencher) {
5959
"--sysroot".to_string(),
6060
find_sysroot(),
6161
];
62-
rustc_driver::run_compiler(args, &mut MiriCompilerCalls { bencher }, None, None);
62+
rustc_driver::run_compiler(args, &mut MiriCompilerCalls { bencher }, None, None).unwrap()
6363
}

0 commit comments

Comments
 (0)