We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f39d1 commit dd0a1e6Copy full SHA for dd0a1e6
library/std/src/sys/pal/unsupported/thread.rs
@@ -2,7 +2,7 @@ use super::unsupported;
2
use crate::ffi::CStr;
3
use crate::io;
4
use crate::num::NonZero;
5
-use crate::time::Duration;
+use crate::time::{Duration, Instant};
6
7
pub struct Thread(!);
8
0 commit comments