We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35da8ec commit 887ffe0Copy full SHA for 887ffe0
core/src/lib.rs
@@ -287,7 +287,7 @@ pub mod primitive;
287
unused_imports,
288
unsafe_op_in_unsafe_fn
289
)]
290
-#[cfg_attr(not(bootstrap), allow(automatic_links))]
+#[cfg_attr(not(bootstrap), allow(url_improvements))]
291
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
292
// merged. It currently cannot because bootstrap fails as the lint hasn't been defined yet.
293
#[allow(clashing_extern_declarations)]
0 commit comments