Skip to content

Remove unnecessary mut binding - #79516

Merged
bors merged 1 commit into
rust-lang:masterfrom
jyn514:cleanup-trait-solver
Nov 29, 2020
Merged

Remove unnecessary mut binding#79516
bors merged 1 commit into
rust-lang:masterfrom
jyn514:cleanup-trait-solver

Conversation

@jyn514

Copy link
Copy Markdown
Member

Found while fiddling around with #77459.

@jyn514jyn514 added C-cleanup Category: PRs that clean code up or issues documenting cleanup. A-trait-system Area: Trait system T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Nov 28, 2020
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @ecstatic-morse

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 28, 2020
@jyn514

Copy link
Copy Markdown
MemberAuthor

r? @Aaron1011

@Aaron1011

Copy link
Copy Markdown
Contributor

@bors r+ rollup=always

@bors

bors commented Nov 28, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 870a041 has been approved by Aaron1011

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 28, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 29, 2020
Rollup of 11 pull requests
Successful merges:
- rust-lang#79327 (Require allocator to be static for boxed `Pin`-API)
- rust-lang#79340 (Rename "stability" CSS class to "item-info" and combine `document_stability` with `document_short`)
- rust-lang#79363 (BTreeMap: try to enhance various comments)
- rust-lang#79395 (Move ui if tests from top-level into `expr/if`)
- rust-lang#79443 (Improve rustdoc JS tests error output)
- rust-lang#79464 (Extend doc keyword feature by allowing any ident)
- rust-lang#79484 (add enable-full-tools to freebsd builds to prevent occasional link er…)
- rust-lang#79505 (Cleanup: shorter and faster code)
- rust-lang#79514 (Add test for issue rust-lang#54121: order dependent trait bounds)
- rust-lang#79516 (Remove unnecessary `mut` binding)
- rust-lang#79528 (Fix a bootstrap comment)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 47e74a9 into rust-lang:masterNov 29, 2020
@rustbotrustbot added this to the 1.50.0 milestone Nov 29, 2020
@jyn514
jyn514 deleted the cleanup-trait-solver branch November 29, 2020 12:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-trait-systemArea: Trait systemC-cleanupCategory: PRs that clean code up or issues documenting cleanup.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@jyn514@rust-highfive@Aaron1011@bors@ecstatic-morse@rustbot