]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_lint/src/let_underscore.rs
Rollup merge of #107524 - cjgillot:both-storage, r=RalfJung
[rust.git] / compiler / rustc_lint / src / let_underscore.rs
index 991b3e920adbc6ea8def3f6b19217292873d506f..b83a9665fc0c60ef48e3fd1d0639bad6b9f41eaa 100644 (file)
@@ -1,5 +1,3 @@
-#![deny(rustc::untranslatable_diagnostic)]
-#![deny(rustc::diagnostic_outside_of_impl)]
 use crate::{
     lints::{NonBindingLet, NonBindingLetSub},
     LateContext, LateLintPass, LintContext,