1
Fork 0

refactor: cleanup

This commit is contained in:
Rejyr 2022-11-23 15:52:03 -05:00
parent fe09291036
commit 88e5dd2530
22 changed files with 3 additions and 49 deletions

View file

@ -1,5 +1,3 @@
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
use crate::lints::{ArrayIntoIterDiag, ArrayIntoIterDiagSub};
use crate::{LateContext, LateLintPass, LintContext};
use rustc_hir as hir;