Skip to content

Commit 6f3ad27

Browse files
committed
fmt
1 parent 952066f commit 6f3ad27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

benches/helpers/miri_helper.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ impl rustc_driver::Callbacks for MiriCompilerCalls<'_> {
2020
compiler.session().abort_if_errors();
2121

2222
queries.global_ctxt().unwrap().peek_mut().enter(|tcx| {
23-
let (entry_def_id, _) =
24-
tcx.entry_fn(()).expect("no main or start function found");
23+
let (entry_def_id, _) = tcx.entry_fn(()).expect("no main or start function found");
2524

2625
self.bencher.iter(|| {
2726
let config = miri::MiriConfig::default();

0 commit comments

Comments
 (0)