Remove wrong allow(dead_code) directive

This commit is contained in:
Santiago Pastorino 2018-07-18 17:52:49 -03:00 committed by Felix S. Klock II
parent bc1eec3fa8
commit 82e853e2e2

View File

@ -331,7 +331,6 @@ fn do_mir_borrowck<'a, 'gcx, 'tcx>(
result
}
#[allow(dead_code)]
pub struct MirBorrowckCtxt<'cx, 'gcx: 'tcx, 'tcx: 'cx> {
tcx: TyCtxt<'cx, 'gcx, 'tcx>,
mir: &'cx Mir<'tcx>,