diff options
| author | mejrs <> | 2022-12-23 22:26:12 +0100 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2023-01-11 14:40:10 -0800 |
| commit | 3d260fa63c9730371b1898a73433499d2fc0b53e (patch) | |
| tree | f3e04700603e66f31f6888253ee35c842661c305 | |
| parent | 8476c517c08c21d770a80d4bf0fea28834ae45f0 (diff) | |
| download | rust-3d260fa63c9730371b1898a73433499d2fc0b53e.tar.gz rust-3d260fa63c9730371b1898a73433499d2fc0b53e.zip | |
Some cleanup, oops
| -rw-r--r-- | compiler/rustc_mir_build/src/thir/pattern/check_match.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/rustc_mir_build/src/thir/pattern/check_match.rs b/compiler/rustc_mir_build/src/thir/pattern/check_match.rs index 69481592895..e13c0662ef8 100644 --- a/compiler/rustc_mir_build/src/thir/pattern/check_match.rs +++ b/compiler/rustc_mir_build/src/thir/pattern/check_match.rs @@ -1,8 +1,3 @@ -//#![allow(unused_imports, unused_variables)] - -//#![warn(rustc::untranslatable_diagnostic)] -//#![warn(rustc::diagnostic_outside_of_impl)] - use super::deconstruct_pat::{Constructor, DeconstructedPat}; use super::usefulness::{ compute_match_usefulness, MatchArm, MatchCheckCtxt, Reachability, UsefulnessReport, |
