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,8 +1,6 @@
//! Some lints that are only useful in the compiler or crates that use compiler internals, such as
//! Clippy.
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
use crate::lints::{
BadOptAccessDiag, DefaultHashTypesDiag, DiagOutOfImpl, LintPassByHand, NonExistantDocKeyword,
QueryInstability, TyQualified, TykindDiag, TykindKind, UntranslatableDiag,