We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7f7ac commit 324ced8Copy full SHA for 324ced8
src/librustc_mir/borrow_check/borrow_set.rs
@@ -54,7 +54,7 @@ impl<'tcx> Index<BorrowIndex> for BorrowSet<'tcx> {
54
}
55
56
/// Every two-phase borrow has *exactly one* use (or else it is not a
57
-/// proper two-phase borrow under our current definition. However, not
+/// proper two-phase borrow under our current definition). However, not
58
/// all uses are actually ones that activate the reservation.. In
59
/// particular, a shared borrow of a `&mut` does not activate the
60
/// reservation.
0 commit comments