Skip to content

Commit e0ea756

Browse files
spastorinopnkfelix
authored andcommitted
Remove duplicated report word in docs
1 parent 3900bf8 commit e0ea756

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_mir/borrow_check

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ pub struct MirBorrowckCtxt<'cx, 'gcx: 'tcx, 'tcx: 'cx> {
366366
/// at the time we detect and report a reservation error.
367367
reservation_error_reported: FxHashSet<Place<'tcx>>,
368368
/// This field keeps track of errors reported in the checking of moved variables,
369-
/// so that we don't report report seemingly duplicate errors.
369+
/// so that we don't report seemingly duplicate errors.
370370
moved_error_reported: FxHashSet<Place<'tcx>>,
371371
/// This field keeps track of all the local variables that are declared mut and are mutated.
372372
/// Used for the warning issued by an unused mutable local variable.

0 commit comments

Comments
 (0)