X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustuv%2Flib.rs;h=ad1c53e97397fd1844bef5d96a399d1ae37ac411;hb=acc5e32e53d313a890a07cb0b693ce8df5bc94ce;hp=a43759a6da7b0f121dc4daeb67a74e752171bf04;hpb=4252a24ae1236207a99c1d313d4b1b1eda3ebb58;p=rust.git diff --git a/src/librustuv/lib.rs b/src/librustuv/lib.rs index a43759a6da7..ad1c53e9739 100644 --- a/src/librustuv/lib.rs +++ b/src/librustuv/lib.rs @@ -41,12 +41,10 @@ url = "https://github.com/mozilla/rust/tree/master/src/librustuv")]; #[license = "MIT/ASL2"]; -#[crate_type = "lib"]; // NOTE: remove after stage0 snapshot #[crate_type = "rlib"]; #[crate_type = "dylib"]; #[feature(macro_rules, globs)]; -#[allow(attribute_usage)]; // NOTE: remove after the next snapshot use std::cast::transmute; use std::cast;