Skip to content

Commit

Permalink
Fix repetition in matches/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Dec 15, 2019
1 parent a605441 commit 8a5969d
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 8a5969d

Please sign in to comment.