1
Fork 0

chore: remove repetitive words

This commit is contained in:
goofylfg 2024-05-09 12:41:48 +00:00
parent cb93c24bf3
commit 5120010b02
2 changed files with 2 additions and 2 deletions

View file

@ -494,7 +494,7 @@ impl<'cx, 'tcx> MirBorrowckCtxt<'cx, 'tcx> {
{
self.suggest_cloning(err, ty, expr, None, Some(move_spans));
} else if self.suggest_hoisting_call_outside_loop(err, expr) {
// The place where the the type moves would be misleading to suggest clone.
// The place where the type moves would be misleading to suggest clone.
// #121466
self.suggest_cloning(err, ty, expr, None, Some(move_spans));
}