We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25919b0 commit 23c9a4aCopy full SHA for 23c9a4a
library/alloc/src/lib.rs
@@ -89,6 +89,7 @@
89
#![allow(explicit_outlives_requirements)]
90
#![warn(multiple_supertrait_upcastable)]
91
#![cfg_attr(not(bootstrap), allow(internal_features))]
92
+#![cfg_attr(not(bootstrap), allow(rustdoc::redundant_explicit_links))]
93
//
94
// Library features:
95
// tidy-alphabetical-start
0 commit comments