We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c66b1e + 909f22b commit deed3f0Copy full SHA for deed3f0
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