Some cleanup, oops

This commit is contained in:
mejrs 2022-12-23 22:26:12 +01:00 committed by David Tolnay
parent 8476c517c0
commit 3d260fa63c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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,