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 c4afb8a commit 4896fc0Copy full SHA for 4896fc0
library/std/src/lib.rs
@@ -223,6 +223,7 @@
223
#![cfg_attr(not(bootstrap), allow(internal_features))]
224
#![deny(rustc::existing_doc_keyword)]
225
#![deny(fuzzy_provenance_casts)]
226
+#![cfg_attr(not(bootstrap), allow(rustdoc::redundant_explicit_links))]
227
// Ensure that std can be linked against panic_abort despite compiled with `-C panic=unwind`
228
#![deny(ffi_unwind_calls)]
229
// std may use features in a platform-specific way
0 commit comments