diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2019-09-22 02:23:41 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2019-09-22 02:23:41 +0200 |
| commit | c3d791740f7bc5f85d24e30c835f23cc1423797c (patch) | |
| tree | e59e5f9be90f77851935ac313da39f74b5f10d90 | |
| parent | ed8b708c1a6bf6d94f860eeb6a6b0b442c380d7f (diff) | |
| download | rust-c3d791740f7bc5f85d24e30c835f23cc1423797c.tar.gz rust-c3d791740f7bc5f85d24e30c835f23cc1423797c.zip | |
remove outdated comment
| -rw-r--r-- | src/librustc_mir/borrow_check/flows.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_mir/borrow_check/flows.rs b/src/librustc_mir/borrow_check/flows.rs index 4400e0c8395..1f17ab69f66 100644 --- a/src/librustc_mir/borrow_check/flows.rs +++ b/src/librustc_mir/borrow_check/flows.rs @@ -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>>, |
