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:
Mazdak Farrokhzad 2019-12-16 05:23:38 +01:00 committed by GitHub
commit 9f0cb17b21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
///