Merge pull request #37 from steveklabnik/deprecated
don't allow deprecated items.
This commit is contained in:
commit
a237157629
|
@ -55,7 +55,6 @@
|
||||||
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
|
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
|
||||||
html_root_url = "http://doc.rust-lang.org/master/",
|
html_root_url = "http://doc.rust-lang.org/master/",
|
||||||
html_playground_url = "http://play.rust-lang.org/")]
|
html_playground_url = "http://play.rust-lang.org/")]
|
||||||
#![allow(deprecated)] // from_str_radix
|
|
||||||
|
|
||||||
extern crate rand;
|
extern crate rand;
|
||||||
extern crate serialize;
|
extern crate serialize;
|
||||||
|
|
Loading…
Reference in New Issue