add: allow lints in lints.rs
This commit is contained in:
parent
758140e196
commit
f38db48dbd
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![allow(rustc::untranslatable_diagnostic)]
|
||||
#![allow(rustc::diagnostic_outside_of_impl)]
|
||||
use std::num::NonZeroU32;
|
||||
|
||||
use rustc_errors::{
|
||||
|
|
Loading…
Add table
Reference in a new issue