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
|
result
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(dead_code)]
|
|
||||||
pub struct MirBorrowckCtxt<'cx, 'gcx: 'tcx, 'tcx: 'cx> {
|
pub struct MirBorrowckCtxt<'cx, 'gcx: 'tcx, 'tcx: 'cx> {
|
||||||
tcx: TyCtxt<'cx, 'gcx, 'tcx>,
|
tcx: TyCtxt<'cx, 'gcx, 'tcx>,
|
||||||
mir: &'cx Mir<'tcx>,
|
mir: &'cx Mir<'tcx>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user