Rollup merge of #64677 - tshepang:outdated, r=Mark-Simulacrum
remove outdated comment
This commit is contained in:
commit
091b7c3896
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ use std::rc::Rc;
|
||||||
|
|
||||||
crate type PoloniusOutput = Output<RegionVid, BorrowIndex, LocationIndex, Local, MovePathIndex>;
|
crate type PoloniusOutput = Output<RegionVid, BorrowIndex, LocationIndex, Local, MovePathIndex>;
|
||||||
|
|
||||||
// (forced to be `pub` due to its use as an associated type below.)
|
|
||||||
crate struct Flows<'b, 'tcx> {
|
crate struct Flows<'b, 'tcx> {
|
||||||
borrows: FlowAtLocation<'tcx, Borrows<'b, 'tcx>>,
|
borrows: FlowAtLocation<'tcx, Borrows<'b, 'tcx>>,
|
||||||
pub uninits: FlowAtLocation<'tcx, MaybeUninitializedPlaces<'b, 'tcx>>,
|
pub uninits: FlowAtLocation<'tcx, MaybeUninitializedPlaces<'b, 'tcx>>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue