Register new snapshots
This commit is contained in:
parent
d64f18c490
commit
f20b1293fc
19 changed files with 27 additions and 119 deletions
|
@ -24,14 +24,7 @@ extern crate serialize;
|
|||
extern crate syntax;
|
||||
extern crate testing = "test";
|
||||
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;
|
||||
|
||||
use std::io;
|
||||
use std::io::{File, MemWriter};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue