Skip to content

Commit dd0a1e6

Browse files
committed
fixes missing import for platform unsupported
1 parent f1f39d1 commit dd0a1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/pal/unsupported/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use super::unsupported;
22
use crate::ffi::CStr;
33
use crate::io;
44
use crate::num::NonZero;
5-
use crate::time::Duration;
5+
use crate::time::{Duration, Instant};
66

77
pub struct Thread(!);
88

0 commit comments

Comments
 (0)