Skip to content

Don't redundantly repeat field names (clippy::redundant_field_names) - #69782

Merged
bors merged 1 commit into
rust-lang:masterfrom
matthiaskrgr:redundant_field_name_rep
Mar 7, 2020
Merged

Don't redundantly repeat field names (clippy::redundant_field_names)#69782
bors merged 1 commit into
rust-lang:masterfrom
matthiaskrgr:redundant_field_name_rep

Conversation

@matthiaskrgr

Copy link
Copy Markdown
Member

No description provided.

@cramertj

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Mar 6, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 83980ac has been approved by cramertj

@bors

bors commented Mar 6, 2020

Copy link
Copy Markdown
Collaborator

🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Mar 6, 2020
Centril added a commit to Centril/rust that referenced this pull request Mar 7, 2020
…ep, r=cramertj
Don't redundantly repeat field names (clippy::redundant_field_names)
@CentrilCentril mentioned this pull request Mar 7, 2020
@CentrilCentril mentioned this pull request Mar 7, 2020
bors added a commit that referenced this pull request Mar 7, 2020
Rollup of 9 pull requests
Successful merges:
- #67741 (When encountering an Item in a pat context, point at the item def)
- #68985 (Parse & reject postfix operators after casts)
- #69656 (Use .next() instead of .nth(0) on iterators.)
- #69680 (rustc_expand: Factor out `Annotatable::into_tokens` to a separate method)
- #69690 (test(pattern): add tests for combinations of pattern features)
- #69706 (Use subslice patterns in slice methods)
- #69727 (Avoid using `unwrap()` in suggestions)
- #69754 (Update deprecation version to 1.42 for Error::description)
- #69782 (Don't redundantly repeat field names (clippy::redundant_field_names))
Failed merges:
r? @ghost
@bors
bors merged commit 709325a into rust-lang:masterMar 7, 2020
@matthiaskrgr
matthiaskrgr deleted the redundant_field_name_rep branch January 25, 2025 09:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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.

3 participants

@matthiaskrgr@cramertj@bors