Преглед изворни кода

Temporarily rename the crate to url_, avoid conflict with rust’s url crate.

Simon Sapin пре 12 година
родитељ
комит
72b7b97343
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/url.rs

+ 1 - 1
src/url.rs

@@ -6,7 +6,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![crate_id = "url#0.1"]
+#![crate_id = "url_"]
 #![crate_type = "lib"]
 #![feature(macro_rules)]