Skip to content

Commit

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

Fix repetition in matches/mod.rs

r? @matthewjasper
  • Loading branch information
Centril authored Dec 15, 2019
2 parents e306af8 + 8a5969d commit 6b0d4b4
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 6b0d4b4

Please sign in to comment.