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

Remove @mut Resolver #9556

Merged
merged 1 commit into from
Sep 28, 2013
Merged

Remove @mut Resolver #9556

merged 1 commit into from
Sep 28, 2013

Conversation

alexcrichton
Copy link
Member

Instead use &mut everywhere as much as possible and then reorganize lots of code
to get past the borrow checker.

Instead use &mut everywhere as much as possible and then reorganize lots of code
to get past the borrow checker.
bors added a commit that referenced this pull request Sep 28, 2013
Instead use &mut everywhere as much as possible and then reorganize lots of code
to get past the borrow checker.
@bors bors closed this Sep 28, 2013
@bors bors merged commit 5fe0956 into rust-lang:master Sep 28, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 6, 2022
[`redundant_closure`] Fix suggestion causes error for `impl FnMut`

Fixes rust-lang#9369

changelog: [`redundant_closure`] Fix suggestion causes error with `impl FnMut` types
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