]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/lib.rs
Register new snapshots
[rust.git] / src / librustc / lib.rs
index e0073e7ce12e111890925667a09a290115a368bd..e0d1ab2439b672f04be756a100cab5adc2bf9d7d 100644 (file)
 
 #[comment = "The Rust compiler"];
 #[license = "MIT/ASL2"];
-#[crate_type = "lib"]; // NOTE: remove after stage0 snapshot
 #[crate_type = "dylib"];
 
 #[feature(macro_rules, globs, struct_variant, managed_boxes)];
-#[allow(attribute_usage)]; // NOTE: remove after the next snapshot
 
 extern mod extra;
 extern mod syntax;