diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-23 00:36:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-23 00:36:38 +0200 |
| commit | 091b7c389695175c38d319eed821e904bb01e24b (patch) | |
| tree | 26c21eeaf027daba251867ff8c648e5e8a57e5d4 | |
| parent | cb449d26eeb0ec8d49b4efbbe886123302763c46 (diff) | |
| parent | c3d791740f7bc5f85d24e30c835f23cc1423797c (diff) | |
| download | rust-091b7c389695175c38d319eed821e904bb01e24b.tar.gz rust-091b7c389695175c38d319eed821e904bb01e24b.zip | |
Rollup merge of #64677 - tshepang:outdated, r=Mark-Simulacrum
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>>, |
