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

make iterator objects a bit nicer to use #5901

Merged
merged 2 commits into from
Apr 16, 2013
Merged

make iterator objects a bit nicer to use #5901

merged 2 commits into from
Apr 16, 2013

Conversation

thestinger
Copy link
Contributor

Can now use them like x.transform(|i| i + 3).zip(y.filter(|i| i % 2).

bors added a commit that referenced this pull request Apr 16, 2013
Can now use them like `x.transform(|i| i + 3).zip(y.filter(|i| i % 2)`.
@bors bors closed this Apr 16, 2013
@bors bors merged commit f82c964 into rust-lang:incoming Apr 16, 2013
@thestinger thestinger deleted the iterator branch April 16, 2013 05:24
flip1995 pushed a commit to flip1995/rust that referenced this pull request Aug 28, 2020
…uide, r=matthiaskrgr

Add reference to rustc-dev-guide about lint message

I think it would be better to add lint message convention to documentation. I referred to rust-lang/rust-clippy#5888 and rust-lang/rust-clippy#5893.

changelog: none
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