remove outdated comment
This commit is contained in:
parent
ed8b708c1a
commit
c3d791740f
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>;
|
||||
|
||||
// (forced to be `pub` due to its use as an associated type below.)
|
||||
crate struct Flows<'b, 'tcx> {
|
||||
borrows: FlowAtLocation<'tcx, Borrows<'b, 'tcx>>,
|
||||
pub uninits: FlowAtLocation<'tcx, MaybeUninitializedPlaces<'b, 'tcx>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue