1
Fork 0

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

@ -372,7 +372,7 @@
#![deny(missing_doc)]
#[cfg(test)]
extern crate stdtest = "test";
extern crate "test" as stdtest;
#[cfg(test)]
extern crate rand;