1
Fork 0

remove outdated comment

This commit is contained in:
Tshepang Lekhonkhobe 2019-09-22 02:23:41 +02:00
parent ed8b708c1a
commit c3d791740f

View file

@ -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>>,