Skip to content

Commit c3d7917

Browse files
committed
remove outdated comment
1 parent ed8b708 commit c3d7917

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_mir/borrow_check/flows.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ use std::rc::Rc;
2323

2424
crate type PoloniusOutput = Output<RegionVid, BorrowIndex, LocationIndex, Local, MovePathIndex>;
2525

26-
// (forced to be `pub` due to its use as an associated type below.)
2726
crate struct Flows<'b, 'tcx> {
2827
borrows: FlowAtLocation<'tcx, Borrows<'b, 'tcx>>,
2928
pub uninits: FlowAtLocation<'tcx, MaybeUninitializedPlaces<'b, 'tcx>>,

0 commit comments

Comments
 (0)