We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf5f2a commit 909f22bCopy full SHA for 909f22b
core/src/lib.rs
@@ -298,7 +298,8 @@ pub mod primitive;
298
unused_imports,
299
unsafe_op_in_unsafe_fn
300
)]
301
-#[allow(rustdoc::non_autolinks)]
+#[cfg_attr(bootstrap, allow(rustdoc::non_autolinks))]
302
+#[cfg_attr(not(bootstrap), allow(rustdoc::bare_urls))]
303
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
304
// merged. It currently cannot because bootstrap fails as the lint hasn't been defined yet.
305
#[allow(clashing_extern_declarations)]
0 commit comments