Skip to content

Commit 3bb1657

Browse files
author
Vytautas Astrauskas
committed
Small style fix.
1 parent 9a01c3f commit 3bb1657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ impl<'mir, 'tcx> Evaluator<'mir, 'tcx> {
282282
panic_payload: None,
283283
time_anchor: Instant::now(),
284284
layouts,
285-
threads: Default::default(),
285+
threads: ThreadManager::default(),
286286
}
287287
}
288288
}

0 commit comments

Comments
 (0)