about summary refs log tree commit diff
path: root/library/std/src/sys/xous/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/xous/mod.rs')
-rw-r--r--library/std/src/sys/xous/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys/xous/mod.rs b/library/std/src/sys/xous/mod.rs
index 6a5b9fdd08d..1b59cc632c6 100644
--- a/library/std/src/sys/xous/mod.rs
+++ b/library/std/src/sys/xous/mod.rs
@@ -33,7 +33,6 @@ pub mod thread;
 pub mod thread_local_key;
 #[path = "../unsupported/thread_parking.rs"]
 pub mod thread_parking;
-#[path = "../unsupported/time.rs"]
 pub mod time;
 
 #[path = "../unsupported/common.rs"]