about summary refs log tree commit diff
path: root/src/libnative/io/timer_other.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnative/io/timer_other.rs')
-rw-r--r--src/libnative/io/timer_other.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnative/io/timer_other.rs b/src/libnative/io/timer_other.rs
index 0784b5ee048..9d700550863 100644
--- a/src/libnative/io/timer_other.rs
+++ b/src/libnative/io/timer_other.rs
@@ -71,6 +71,7 @@ struct Inner {
     id: uint,
 }
 
+#[allow(visible_private_types)]
 pub enum Req {
     // Add a new timer to the helper thread.
     NewTimer(~Inner),