Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename UnindexedRangeLen::len to unindexed_len #1161

Merged
merged 1 commit into from Apr 24, 2024

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Apr 24, 2024

This avoids potential ambiguity in case the standard library ever
expands ExactSizeIterator to more ranges.

Closes #1159.

This avoids potential ambiguity in case the standard library ever
expands `ExactSizeIterator` to more ranges.
@cuviper cuviper added this pull request to the merge queue Apr 24, 2024
Merged via the queue into rayon-rs:main with commit 0e8d45d Apr 24, 2024
4 checks passed
@cuviper cuviper deleted the unindexed_len branch April 25, 2024 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Potential len method ambiguity in src/range.rs
1 participant