]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/rt/io/mod.rs
std: minor timer cleanup based on feedback
[rust.git] / src / libstd / rt / io / mod.rs
index e261b3a3c579d1a6fcbeb260e998d20a728efedf..838c2d86c9fa267607df1002b342cd8e33dbf1bf 100644 (file)
@@ -298,7 +298,7 @@ pub mod net {
 mod support;
 
 /// Basic Timer
-mod timer;
+pub mod timer;
 
 /// Thread-blocking implementations
 pub mod native {