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

str: rm map_chars, replaced by iterators #8990

Closed
wants to merge 1 commit into from
Closed

str: rm map_chars, replaced by iterators #8990

wants to merge 1 commit into from

Conversation

thestinger
Copy link
Contributor

mapping a function against the elements should not require allocating a
new container, but collect still provides the functionality as-needed

mapping a function against the elements should not require allocating a
new container, but `collect` still provides the functionality as-needed
bors added a commit that referenced this pull request Sep 5, 2013
mapping a function against the elements should not require allocating a
new container, but `collect` still provides the functionality as-needed
@bors bors closed this Sep 5, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 30, 2022
Fix `let_undescore_lock` false-positive when binding without locking

Fixes rust-lang#8486.

changelog: Fix `let_undescore_lock` false-positive when binding without locking.
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.

2 participants