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/libsyntax/lib.rs | |
| parent | d64f18c490981f33f33e9c24e1ed1316e63f11fc (diff) | |
| download | rust-f20b1293fcce4e120bd4a57226e0817271cd672c.tar.gz rust-f20b1293fcce4e120bd4a57226e0817271cd672c.zip | |
Register new snapshots
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 9 | 
1 files changed, 1 insertions, 8 deletions
| diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 754518f5fea..8a66f0e6846 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -32,14 +32,7 @@ This API is completely unstable and subject to change. extern crate serialize; extern crate term; - -#[cfg(stage0)] -#[phase(syntax, link)] -extern crate log; - -#[cfg(not(stage0))] -#[phase(plugin, link)] -extern crate log; +#[phase(plugin, link)] extern crate log; extern crate fmt_macros; extern crate debug; | 
