Skip to content

Commit 324ced8

Browse files
committed
Review feedback: Fix typo.
1 parent 2f7f7ac commit 324ced8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/borrow_set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl<'tcx> Index<BorrowIndex> for BorrowSet<'tcx> {
5454
}
5555

5656
/// 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
57+
/// proper two-phase borrow under our current definition). However, not
5858
/// all uses are actually ones that activate the reservation.. In
5959
/// particular, a shared borrow of a `&mut` does not activate the
6060
/// reservation.

0 commit comments

Comments
 (0)