Skip to content

Commit 3d28fda

Browse files
committed
Removed some ignore warning markers added during debugging
1 parent 4e10821 commit 3d28fda

File tree

1 file changed

+0
-5
lines changed
  • compiler/rustc_trait_selection/src/solve/eval_ctxt/canonical

1 file changed

+0
-5
lines changed

compiler/rustc_trait_selection/src/solve/eval_ctxt/canonical/dedup_solver.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#![allow(unused_imports)]
2-
#![allow(unused_variables)]
3-
#![allow(dead_code)]
4-
#![allow(unreachable_code)]
5-
61
use crate::infer::canonical::QueryRegionConstraints;
72
use crate::infer::region_constraints::MemberConstraint;
83
use rustc_infer::infer::InferCtxt;

0 commit comments

Comments
 (0)