Updated to new extern crate syntax.

Added warning for old deprecated syntax
This commit is contained in:
wickerwaka
2014-09-01 08:59:23 -07:00
parent b42e079c6f
commit 2cb210d2c6
13 changed files with 25 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ extern crate libc;
extern crate rustc;
extern crate serialize;
extern crate syntax;
extern crate testing = "test";
extern crate "test" as testing;
extern crate time;
#[phase(plugin, link)] extern crate log;