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

Implemented lower_bound_iter/upper_bound_iter. #8227

Closed
wants to merge 3 commits into from
Closed

Implemented lower_bound_iter/upper_bound_iter. #8227

wants to merge 3 commits into from

Conversation

dim-an
Copy link
Contributor

@dim-an dim-an commented Aug 2, 2013

No description provided.

@thestinger
Copy link
Contributor

The foreach keyword is being removed, so this will need to be updated to use for instead (just a search and replace).

@dim-an
Copy link
Contributor Author

dim-an commented Aug 3, 2013

Ok, when should it be done? As far as I see right now treemap.rs in master uses foreach, I tried to replace foreach with for in my code and code didn't compiled.

@thestinger
Copy link
Contributor

I guess after the snapshot lands, but this pull request might land first. I think I'll just land this with the snapshot.

@bors bors closed this Aug 5, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 17, 2022
Fix `implicit_clone` for `&&T`

fixes rust-lang#8227

changelog: Don't lint `implicit_clone` on `&&T`
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.

3 participants