diff options
Diffstat (limited to 'src/libhexfloat/lib.rs')
| -rw-r--r-- | src/libhexfloat/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index 64538bd2212..17c71c6365e 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -36,7 +36,8 @@ fn main() { */ -#![crate_id = "hexfloat#0.11.0"] +#![crate_id = "hexfloat#0.11.0"] // NOTE: remove after stage0 +#![crate_name = "hexfloat"] #![experimental] #![crate_type = "rlib"] #![crate_type = "dylib"] @@ -45,6 +46,7 @@ fn main() { html_favicon_url = "http://www.rust-lang.org/favicon.ico", html_root_url = "http://doc.rust-lang.org/0.11.0/")] #![feature(plugin_registrar, managed_boxes)] +#![allow(unused_attribute)] // NOTE: remove after stage0 extern crate syntax; extern crate rustc; |
