Clippy: Don't call into_iter() on types that support iter() #553
Closed
Description
I just notices this clippy warning being generated on our code
here is the link to the clippy documentation.
If the type support iter() then we should call it directly.
we have this in 6 places.
I am about to upload my PR
Metadata
Assignees
Labels
No labels