Suggestion for useless_conversion
with .into_iter()
could be better
#14847
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
good first issue
These issues are a good way to get started with Clippy
Description
This code :
will suggest to use
while it could suggest
Noticed while closing #11572 as completed.
Version
Additional Labels
@rustbot label +good first issue +C-enhancement
The adjustments application could be more subtle and stop when it reaches the right type if no
Deref
/DerefMut
adjustment is involved.The text was updated successfully, but these errors were encountered: