diff --git a/src/librustc_mir/borrow_check/borrow_set.rs b/src/librustc_mir/borrow_check/borrow_set.rs index 5d0913e8eb47..3d6f49c37722 100644 --- a/src/librustc_mir/borrow_check/borrow_set.rs +++ b/src/librustc_mir/borrow_check/borrow_set.rs @@ -54,7 +54,7 @@ impl<'tcx> Index 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.