We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustdoc::unescaped_backticks
core
alloc
1 parent e066120 commit 0de1780Copy full SHA for 0de1780
library/alloc/src/lib.rs
@@ -86,6 +86,7 @@
86
#![warn(multiple_supertrait_upcastable)]
87
#![allow(internal_features)]
88
#![allow(rustdoc::redundant_explicit_links)]
89
+#![warn(rustdoc::unescaped_backticks)]
90
#![deny(ffi_unwind_calls)]
91
//
92
// Library features:
library/core/src/lib.rs
@@ -103,6 +103,7 @@
103
104
// Do not check link redundancy on bootstraping phase
105
106
107
108
109
// tidy-alphabetical-start
0 commit comments