Browse Source

Remove #![crate_name = "url"], Cargo takes care of it.

Simon Sapin 12 years ago
parent
commit
637a57a834
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib.rs

+ 0 - 2
src/lib.rs

@@ -6,8 +6,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![crate_name = "url"]
-
 /*!
 
 <a href="https://github.com/servo/rust-url"><img style="position: absolute; top: 0; left: 0; border: 0;" src="../github.png" alt="Fork me on GitHub"></a>