Skip to content

Commit 95a5beb

Browse files
committed
remove spurious commented out code
1 parent 5bf1413 commit 95a5beb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use rustc_errors::{
77
};
88
use rustc_hir as hir;
99
use rustc_hir::intravisit::{walk_block, walk_expr, Visitor};
10-
// use rustc_hir::{AsyncGeneratorKind, GeneratorKind, LoopSource::ForLoop};
1110
use rustc_hir::{AsyncGeneratorKind, GeneratorKind};
1211
use rustc_infer::infer::TyCtxtInferExt;
1312
use rustc_infer::traits::ObligationCause;

0 commit comments

Comments
 (0)