Rollup merge of #118889 - matthiaskrgr:compl_2023_2, r=WaffleLapkin
more clippy::complexity fixes redundant_guards redundant_slicing filter_next needless_borrowed_reference useless_format
This commit is contained in:
commit
4583a0134f
10 changed files with 18 additions and 28 deletions
|
@ -2452,7 +2452,7 @@ impl<'tcx> TypeErrCtxt<'_, 'tcx> {
|
|||
|
||||
if !suggs.is_empty() {
|
||||
err.multipart_suggestion_verbose(
|
||||
format!("{msg}"),
|
||||
msg,
|
||||
suggs,
|
||||
Applicability::MaybeIncorrect, // Issue #41966
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue