rustc-serialize is now rustc_serialize
This commit is contained in:
parent
8e69c54e1b
commit
81a16f4a83
|
@ -58,7 +58,7 @@
|
|||
//! # }
|
||||
//! ```
|
||||
|
||||
extern crate "rustc-serialize" as rustc_serialize;
|
||||
extern crate rustc_serialize;
|
||||
|
||||
use Integer;
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
html_root_url = "http://doc.rust-lang.org/num/",
|
||||
html_playground_url = "http://play.rust-lang.org/")]
|
||||
|
||||
extern crate "rustc-serialize" as rustc_serialize;
|
||||
extern crate rustc_serialize;
|
||||
extern crate core;
|
||||
extern crate rand;
|
||||
|
||||
|
|
Loading…
Reference in New Issue