diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-06-11 18:47:09 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-06-14 10:28:09 -0700 |
| commit | f20b1293fcce4e120bd4a57226e0817271cd672c (patch) | |
| tree | 1f7f2d9e04093a3473a7057940f715e007128496 /src/libserialize | |
| parent | d64f18c490981f33f33e9c24e1ed1316e63f11fc (diff) | |
| download | rust-f20b1293fcce4e120bd4a57226e0817271cd672c.tar.gz rust-f20b1293fcce4e120bd4a57226e0817271cd672c.zip | |
Register new snapshots
Diffstat (limited to 'src/libserialize')
| -rw-r--r-- | src/libserialize/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libserialize/lib.rs b/src/libserialize/lib.rs index 33d20ed7bcd..ad622eace97 100644 --- a/src/libserialize/lib.rs +++ b/src/libserialize/lib.rs @@ -28,11 +28,6 @@ Core encoding and decoding interfaces. #[cfg(test)] extern crate test; -#[cfg(stage0)] -#[phase(syntax, link)] -extern crate log; - -#[cfg(not(stage0))] #[phase(plugin, link)] extern crate log; |
