]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/lib.rs
Rename lint to non_autolinks
[rust.git] / library / core / src / lib.rs
index b89ec93834fcc7232df1850e7338a31ea53001dd..069e6e7e7188155c57a86eff003d5e73210e66e7 100644 (file)
     unused_imports,
     unsafe_op_in_unsafe_fn
 )]
+#[cfg_attr(not(bootstrap), allow(non_autolinks))]
 // FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
 // merged. It currently cannot because bootstrap fails as the lint hasn't been defined yet.
 #[allow(clashing_extern_declarations)]