X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_lint%2Fsrc%2Flet_underscore.rs;h=b83a9665fc0c60ef48e3fd1d0639bad6b9f41eaa;hb=5b6ed253c42a69b93e7447fb0874a89ab6bc1cfb;hp=991b3e920adbc6ea8def3f6b19217292873d506f;hpb=e6100479404c194a4801f577be2e9f69b4c6fef9;p=rust.git diff --git a/compiler/rustc_lint/src/let_underscore.rs b/compiler/rustc_lint/src/let_underscore.rs index 991b3e920ad..b83a9665fc0 100644 --- a/compiler/rustc_lint/src/let_underscore.rs +++ b/compiler/rustc_lint/src/let_underscore.rs @@ -1,5 +1,3 @@ -#![deny(rustc::untranslatable_diagnostic)] -#![deny(rustc::diagnostic_outside_of_impl)] use crate::{ lints::{NonBindingLet, NonBindingLetSub}, LateContext, LateLintPass, LintContext,