Register new snapshots
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user