From 3bb16574486ecabd702587c6811ae5154cb3b12c Mon Sep 17 00:00:00 2001 From: Vytautas Astrauskas Date: Sun, 19 Apr 2020 21:03:23 -0700 Subject: [PATCH] Small style fix. --- src/machine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine.rs b/src/machine.rs index a81273960d0..4032a399e3e 100644 --- a/src/machine.rs +++ b/src/machine.rs @@ -282,7 +282,7 @@ pub(crate) fn new( panic_payload: None, time_anchor: Instant::now(), layouts, - threads: Default::default(), + threads: ThreadManager::default(), } } }