]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_lint/lib.rs
Register new snapshots
[rust.git] / src / librustc_lint / lib.rs
index 1d0c616c3b71b631424b6a389c82988e48c1b812..80ef334fe189b1790a6f1eec51bf37563177450f 100644 (file)
 //!
 //! This API is completely unstable and subject to change.
 
-// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
-#![cfg_attr(stage0, feature(custom_attribute))]
 #![crate_name = "rustc_lint"]
 #![unstable(feature = "rustc_private", issue = "27812")]
-#![cfg_attr(stage0, staged_api)]
 #![crate_type = "dylib"]
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",