Updated to new extern crate syntax.
Added warning for old deprecated syntax
This commit is contained in:
parent
b42e079c6f
commit
2cb210d2c6
13 changed files with 25 additions and 20 deletions
|
@ -372,7 +372,7 @@
|
|||
#![deny(missing_doc)]
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate stdtest = "test";
|
||||
extern crate "test" as stdtest;
|
||||
#[cfg(test)]
|
||||
extern crate rand;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue