Review feedback: Fix typo.
This commit is contained in:
parent
2f7f7ac14e
commit
324ced89e8
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ impl<'tcx> Index<BorrowIndex> for BorrowSet<'tcx> {
|
|||
}
|
||||
|
||||
/// Every two-phase borrow has *exactly one* use (or else it is not a
|
||||
/// proper two-phase borrow under our current definition. However, not
|
||||
/// proper two-phase borrow under our current definition). However, not
|
||||
/// all uses are actually ones that activate the reservation.. In
|
||||
/// particular, a shared borrow of a `&mut` does not activate the
|
||||
/// reservation.
|
||||
|
|
Loading…
Add table
Reference in a new issue