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 887ffe0 commit 001c0f4Copy full SHA for 001c0f4
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(url_improvements))]
+#[cfg_attr(not(bootstrap), allow(non_autolinks))]
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