summaryrefslogtreecommitdiff
path: root/src/thread_parker/redox.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread_parker/redox.rs')
-rw-r--r--src/thread_parker/redox.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/thread_parker/redox.rs b/src/thread_parker/redox.rs
index 97ffc8a..cac06bc 100644
--- a/src/thread_parker/redox.rs
+++ b/src/thread_parker/redox.rs
@@ -9,7 +9,8 @@ use core::{
ptr,
sync::atomic::{AtomicI32, Ordering},
};
-use std::{thread, time::Instant};
+use instant::Instant;
+use std::thread;
use syscall::{
call::futex,
data::TimeSpec,