]> 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 09dbde2c121f6c5f3e55a0222b09c41cca97788c..069e6e7e7188155c57a86eff003d5e73210e66e7 100644 (file)
     unused_imports,
     unsafe_op_in_unsafe_fn
 )]
-#[cfg_attr(not(bootstrap), allow(automatic_links))]
+#[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)]