diff options
Diffstat (limited to 'src/liburl/lib.rs')
| -rw-r--r-- | src/liburl/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liburl/lib.rs b/src/liburl/lib.rs index 129e3d0bf0a..be94f117b53 100644 --- a/src/liburl/lib.rs +++ b/src/liburl/lib.rs @@ -10,7 +10,6 @@ //! Types/fns concerning URLs (see RFC 3986) -#![crate_id = "url#0.11.0"] // NOTE: remove after stage0 #![crate_name = "url"] #![experimental] #![crate_type = "rlib"] @@ -21,7 +20,6 @@ html_root_url = "http://doc.rust-lang.org/0.11.0/", html_playground_url = "http://play.rust-lang.org/")] #![feature(default_type_params)] -#![allow(unused_attribute)] // NOTE: remove after stage0 use std::collections::HashMap; use std::fmt; |
