Skip to content

Commit 034467f

Browse files
max-niedermanTropix126
authored andcommitted
fix broken reference to Instant in pal
1 parent 4d95d1f commit 034467f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/pal/vexos/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)