Updated to new extern crate syntax.
Added warning for old deprecated syntax
This commit is contained in:
@@ -372,7 +372,7 @@
|
||||
#![deny(missing_doc)]
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate stdtest = "test";
|
||||
extern crate "test" as stdtest;
|
||||
#[cfg(test)]
|
||||
extern crate rand;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user