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/librustc/lib.rs | |
| parent | d64f18c490981f33f33e9c24e1ed1316e63f11fc (diff) | |
| download | rust-f20b1293fcce4e120bd4a57226e0817271cd672c.tar.gz rust-f20b1293fcce4e120bd4a57226e0817271cd672c.zip | |
Register new snapshots
Diffstat (limited to 'src/librustc/lib.rs')
| -rw-r--r-- | src/librustc/lib.rs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs index 1e39aaa3a5f..680bd667c3f 100644 --- a/src/librustc/lib.rs +++ b/src/librustc/lib.rs @@ -40,14 +40,7 @@ extern crate libc; extern crate serialize; extern crate syntax; extern crate time; - -#[cfg(stage0)] -#[phase(syntax, link)] -extern crate log; - -#[cfg(not(stage0))] -#[phase(plugin, link)] -extern crate log; +#[phase(plugin, link)] extern crate log; pub mod middle { pub mod def; |
