about summary refs log tree commit diff
path: root/src/libtime/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-06-11 18:47:09 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-06-14 10:28:09 -0700
commitf20b1293fcce4e120bd4a57226e0817271cd672c (patch)
tree1f7f2d9e04093a3473a7057940f715e007128496 /src/libtime/lib.rs
parentd64f18c490981f33f33e9c24e1ed1316e63f11fc (diff)
downloadrust-f20b1293fcce4e120bd4a57226e0817271cd672c.tar.gz
rust-f20b1293fcce4e120bd4a57226e0817271cd672c.zip
Register new snapshots
Diffstat (limited to 'src/libtime/lib.rs')
-rw-r--r--src/libtime/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs
index 63523cd3a6f..4cade394105 100644
--- a/src/libtime/lib.rs
+++ b/src/libtime/lib.rs
@@ -22,9 +22,7 @@
 #![feature(phase)]
 
 #[cfg(test)] extern crate debug;
-
-#[cfg(test, stage0)] #[phase(syntax, link)] extern crate log;
-#[cfg(test, not(stage0))] #[phase(plugin, link)] extern crate log;
+#[cfg(test)] #[phase(plugin, link)] extern crate log;
 
 extern crate serialize;
 extern crate libc;