Updated to new extern crate syntax.
Added warning for old deprecated syntax
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user