mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
Review feedback: Fix typo.
This commit is contained in:
@@ -54,7 +54,7 @@ fn index(&self, index: BorrowIndex) -> &BorrowData<'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.
|
||||
|
||||
Reference in New Issue
Block a user