diff options
| author | Rejyr <jerrylwang123@gmail.com> | 2022-11-23 15:52:03 -0500 |
|---|---|---|
| committer | Rejyr <jerrylwang123@gmail.com> | 2023-01-09 18:57:02 -0500 |
| commit | 88e5dd2530a48b046d35402807c4b3bb44775688 (patch) | |
| tree | d1d51bed9e266a32fc251de45479edca73355be7 /compiler/rustc_lint/src/errors.rs | |
| parent | fe09291036ca0d4c97d67f592442d09a1c45abd0 (diff) | |
| download | rust-88e5dd2530a48b046d35402807c4b3bb44775688.tar.gz rust-88e5dd2530a48b046d35402807c4b3bb44775688.zip | |
refactor: cleanup
Diffstat (limited to 'compiler/rustc_lint/src/errors.rs')
| -rw-r--r-- | compiler/rustc_lint/src/errors.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_lint/src/errors.rs b/compiler/rustc_lint/src/errors.rs index 0ea643fd69b..f3ae2609186 100644 --- a/compiler/rustc_lint/src/errors.rs +++ b/compiler/rustc_lint/src/errors.rs @@ -1,5 +1,3 @@ -#![deny(rustc::untranslatable_diagnostic)] -#![deny(rustc::diagnostic_outside_of_impl)] use rustc_errors::{ fluent, AddToDiagnostic, Diagnostic, ErrorGuaranteed, Handler, IntoDiagnostic, SubdiagnosticMessage, |
