Deny internal lints for rustdoc
This commit is contained in:
parent
a194881991
commit
0797ffec09
2 changed files with 8 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
#![feature(str_split_once)]
|
||||
#![feature(iter_intersperse)]
|
||||
#![recursion_limit = "256"]
|
||||
#![deny(rustc::internal)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue