about summary refs log tree commit diff
path: root/src/libstd/timer.rs
diff options
context:
space:
mode:
authorMatthew McPherrin <matthew@mcpherrin.ca>2013-02-08 15:21:46 -0500
committerMatthew McPherrin <matthew@mcpherrin.ca>2013-02-08 15:21:46 -0500
commit46df7985a5f3e1e1a50d0f5f81f32bb1e4be8967 (patch)
tree4780d31268ce0e252a6ca47765bd6e8430e370da /src/libstd/timer.rs
parent64fedfbc4ef37b56f7bb12e2864f4011e4031ac5 (diff)
parent3764cfbf57646becdeefa2996f812cbe40b016e7 (diff)
Merge branch 'master' of https://github.com/mozilla/rust
Diffstat (limited to 'src/libstd/timer.rs')
-rw-r--r--src/libstd/timer.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/timer.rs b/src/libstd/timer.rs
index f89830ed12a..1da1bc60314 100644
--- a/src/libstd/timer.rs
+++ b/src/libstd/timer.rs
@@ -10,8 +10,6 @@
 
 //! Utilities that leverage libuv's `uv_timer_*` API
 
-#[forbid(deprecated_mode)];
-
 use uv;
 use uv::iotask;
 use uv::iotask::IoTask;