Skip to content

Commit

Permalink
Rollup merge of rust-lang#67324 - Centril:mir-build-match-doc-fix, r=…
Browse files Browse the repository at this point in the history
…matthewjasper

Fix repetition in matches/mod.rs

r? @matthewjasper
  • Loading branch information
Centril committed Dec 16, 2019
2 parents d182397 + 8a5969d commit 9f0cb17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/librustc_mir/build/matches/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
/// 3. Create the decision tree and record the places that we bind or test.
/// 4. Determine the fake borrows that are needed from the above places.
/// Create the required temporaries for them.
/// 5. Create everything else: Create everything else: the guards and the
/// arms.
/// 5. Create everything else: the guards and the arms.
///
/// ## Fake Reads and borrows
///
Expand Down

0 comments on commit 9f0cb17

Please sign in to comment.