Explorar el Código

rustc-serialize is now rustc_serialize

Matt Brubeck hace 10 años
padre
commit
81a16f4a83
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/bigint.rs
  2. 1 1
      src/lib.rs

+ 1 - 1
src/bigint.rs

@@ -58,7 +58,7 @@
 //! # }
 //! ```
 
-extern crate "rustc-serialize" as rustc_serialize;
+extern crate rustc_serialize;
 
 use Integer;
 

+ 1 - 1
src/lib.rs

@@ -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;