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

Get allow(unused_mut) to work on let bindings #44590

Merged
merged 1 commit into from
Sep 17, 2017

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Sep 15, 2017

fixes #40491

@rust-highfive
Copy link
Collaborator

r? @eddyb

(rust_highfive has picked a reviewer for you, use r? to override)

@eddyb
Copy link
Member

eddyb commented Sep 15, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Sep 15, 2017

📌 Commit 1b571a0 has been approved by eddyb

@alexcrichton alexcrichton added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Sep 15, 2017
@alexcrichton
Copy link
Member

@bors: rollup

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Sep 16, 2017
…=eddyb

Get `allow(unused_mut)` to work on `let` bindings

fixes rust-lang#40491
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Sep 16, 2017
…=eddyb

Get `allow(unused_mut)` to work on `let` bindings

fixes rust-lang#40491
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Sep 17, 2017
…=eddyb

Get `allow(unused_mut)` to work on `let` bindings

fixes rust-lang#40491
bors added a commit that referenced this pull request Sep 17, 2017
@bors bors merged commit 1b571a0 into rust-lang:master Sep 17, 2017
@oli-obk oli-obk deleted the allow_unused_mut_on_vars branch June 15, 2020 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow unused_mut ignored
5 participants