Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f38db48

Browse files
committedJan 9, 2023
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

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.