Skip to content

make iterator objects a bit nicer to use - #5901

Merged
bors merged 2 commits into
rust-lang:incomingfrom
thestinger:iterator
Apr 16, 2013
Merged

make iterator objects a bit nicer to use#5901
bors merged 2 commits into
rust-lang:incomingfrom
thestinger:iterator

Conversation

@thestinger

Copy link
Copy Markdown
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)`.
@borsbors closed this Apr 16, 2013
@bors
bors merged commit f82c964 into rust-lang:incomingApr 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 freeto 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

@thestinger@bors