add: allow lints in lints.rs
This commit is contained in:
parent
758140e196
commit
f38db48dbd
@ -1,3 +1,5 @@
|
||||
#![allow(rustc::untranslatable_diagnostic)]
|
||||
#![allow(rustc::diagnostic_outside_of_impl)]
|
||||
use std::num::NonZeroU32;
|
||||
|
||||
use rustc_errors::{
|
||||
|
Loading…
x
Reference in New Issue
Block a user