Skip to content

Commit f38db48

Browse files
committed
add: allow lints in lints.rs
1 parent 758140e commit f38db48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_lint/src/lints.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(rustc::untranslatable_diagnostic)]
2+
#![allow(rustc::diagnostic_outside_of_impl)]
13
use std::num::NonZeroU32;
24

35
use rustc_errors::{

0 commit comments

Comments
 (0)