diff options
Diffstat (limited to 'compiler/rustc_resolve/src/errors.rs')
| -rw-r--r-- | compiler/rustc_resolve/src/errors.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_resolve/src/errors.rs b/compiler/rustc_resolve/src/errors.rs index 665abc2b067..9a140f98c7f 100644 --- a/compiler/rustc_resolve/src/errors.rs +++ b/compiler/rustc_resolve/src/errors.rs @@ -1,4 +1,3 @@ -#![allow(dead_code)] // TODO : non use rustc_errors::{codes::*, Applicability, MultiSpan}; use rustc_macros::{Diagnostic, Subdiagnostic}; use rustc_span::{ @@ -955,4 +954,4 @@ pub(crate) struct PatternDoesntBindName { pub(crate) struct VariableNotInAllPatterns { #[primary_span] pub(crate) span: Span, -} \ No newline at end of file +} |
