Skip to content

Clippy: Don't call into_iter() on types that support iter() #553

Closed
@martinfrances107

Description

I just notices this clippy warning being generated on our code

here is the link to the clippy documentation.

clippy warning

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions