Skip to content

Commit ffd14ba

Browse files
committed
cleanup
1 parent 578578d commit ffd14ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_borrowck/src/diagnostics/mutability_errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ impl<'infcx, 'tcx> MirBorrowckCtxt<'_, '_, 'infcx, 'tcx> {
13411341
};
13421342
err.span_suggestion_verbose(
13431343
span,
1344-
format!("consider {changing} this binding's type xxx"),
1344+
format!("consider {changing} this binding's type"),
13451345
sugg,
13461346
Applicability::HasPlaceholders,
13471347
);

0 commit comments

Comments
 (0)