1
Fork 0

remove trailing dots

This commit is contained in:
Ali MJ Al-Nasrawy 2023-10-08 10:06:17 +00:00
parent 996ffcb718
commit a8830631b9
68 changed files with 129 additions and 129 deletions

View file

@ -2433,7 +2433,7 @@ impl<'tcx> TypeErrCtxt<'_, 'tcx> {
}
err.multipart_suggestion_verbose(
format!("{msg}..."),
format!("{msg}"),
suggs,
Applicability::MaybeIncorrect, // Issue #41966
);