Deny internal lints on two more crates
- libfmt_macros - librustdoc
This commit is contained in:
parent
51a792d01b
commit
076abfa0f3
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
test(attr(deny(warnings))))]
|
||||
|
||||
#![deny(rust_2018_idioms)]
|
||||
#![cfg_attr(not(stage0), deny(internal))]
|
||||
|
||||
#![feature(nll)]
|
||||
#![feature(rustc_private)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue