Skip to content

Commit 82e853e

Browse files
spastorinopnkfelix
authored andcommitted
Remove wrong allow(dead_code) directive
1 parent bc1eec3 commit 82e853e

File tree

1 file changed

+0
-1
lines changed
  • src/librustc_mir/borrow_check

1 file changed

+0
-1
lines changed

src/librustc_mir/borrow_check/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ fn do_mir_borrowck<'a, 'gcx, 'tcx>(
331331
result
332332
}
333333

334-
#[allow(dead_code)]
335334
pub struct MirBorrowckCtxt<'cx, 'gcx: 'tcx, 'tcx: 'cx> {
336335
tcx: TyCtxt<'cx, 'gcx, 'tcx>,
337336
mir: &'cx Mir<'tcx>,

0 commit comments

Comments
 (0)