Skip to content

Remove unnecessary Str and Vec prefixes on relevant iterators #8093

Closed
@alexcrichton

Description

@alexcrichton

Iterators in the str module are all prefixed with Str, but this isn't really necessary when you're using them as they're imported like str::StrCharIterator, something like str::CharIterator makes more sense.

There's also a similar situation in the vec module where they also need to be renamed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions