]> git.lizzy.rs Git - rust.git/blobdiff - src/librustuv/homing.rs
Test fixes and rebase problems
[rust.git] / src / librustuv / homing.rs
index 1ee64398ca382908f48132d5ed7311d0e52bc3a4..d7be06724a09a768b3b12664f15f47e2b967d28e 100644 (file)
@@ -31,6 +31,8 @@
 //! This enqueueing is done with a concurrent queue from libstd, and the
 //! signalling is achieved with an async handle.
 
+#[allow(dead_code)];
+
 use std::rt::local::Local;
 use std::rt::rtio::LocalIo;
 use std::rt::task::{Task, BlockedTask};