Warn on rustdoc::unescaped_backticks
for core/alloc/std/test/proc_macro
They are all clean now, so enable the lint to keep them clean going forward. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
cf87203f48
commit
dc815df1e1
5 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
#![recursion_limit = "256"]
|
||||
#![allow(internal_features)]
|
||||
#![deny(ffi_unwind_calls)]
|
||||
#![warn(rustdoc::unescaped_backticks)]
|
||||
|
||||
#[unstable(feature = "proc_macro_internals", issue = "27812")]
|
||||
#[doc(hidden)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue