Skip to content

Commit 9f0cb17

Browse files
authored
Rollup merge of rust-lang#67324 - Centril:mir-build-match-doc-fix, r=matthewjasper
Fix repetition in matches/mod.rs r? @matthewjasper
2 parents d182397 + 8a5969d commit 9f0cb17

File tree

1 file changed

+1
-2
lines changed
  • src/librustc_mir/build/matches

1 file changed

+1
-2
lines changed

src/librustc_mir/build/matches/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
6969
/// 3. Create the decision tree and record the places that we bind or test.
7070
/// 4. Determine the fake borrows that are needed from the above places.
7171
/// Create the required temporaries for them.
72-
/// 5. Create everything else: Create everything else: the guards and the
73-
/// arms.
72+
/// 5. Create everything else: the guards and the arms.
7473
///
7574
/// ## Fake Reads and borrows
7675
///

0 commit comments

Comments
 (0)