Rollup merge of #67324 - Centril:mir-build-match-doc-fix, r=matthewjasper
Fix repetition in matches/mod.rs r? @matthewjasper
This commit is contained in:
commit
9f0cb17b21
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue