Skip to content

Address clippy findings #3715

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

Merged
merged 11 commits into from
Jun 17, 2021
Merged

Address clippy findings #3715

merged 11 commits into from
Jun 17, 2021

Conversation

jtgeibel
Copy link
Member

This addresses warnings identified by clippy. Some of these warnings are currently generated on stable, but a missing environment variable caused those warnings to be logged but not to fail the build. The next to last commit fixes this.

This final commit pins to 1.52.1 for linting, until a compiler ICE in 1.53.0 is addressed. I've just reported this ICE against the pre-release, but it may be too late to address in 1.53.0.

r? @Turbo87

1.53.0 is to be released tomorrow, and currently has a clippy regression
that causes an ICE.

https://internals.rust-lang.org/t/1-53-0-prerelease-testing/14884/2?u=jtgeibel
@Turbo87 Turbo87 added A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear labels Jun 17, 2021
@Turbo87
Copy link
Member

Turbo87 commented Jun 17, 2021

looks great, thanks! :)

@bors r+

@bors
Copy link
Contributor

bors commented Jun 17, 2021

📌 Commit d5471df has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Jun 17, 2021

⌛ Testing commit d5471df with merge b50ebd3...

@Turbo87
Copy link
Member

Turbo87 commented Jun 17, 2021

also, thanks for the detailed commit list. makes it much easier to review :)

@bors
Copy link
Contributor

bors commented Jun 17, 2021

☀️ Test successful - checks-actions
Approved by: Turbo87
Pushing b50ebd3 to master...

@bors bors merged commit b50ebd3 into rust-lang:master Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants