Remove wrong allow(dead_code) directive
This commit is contained in:
parent
bc1eec3fa8
commit
82e853e2e2
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user