-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
partially HirIdify lints #3790
partially HirIdify lints #3790
Conversation
I created a local branch that we'll need to merge before bumping the clippy submodule in rustc again |
@bors try (The rustc PR was merged) |
partially HirIdify lints Enables rust-lang/rust#58232 (a part of rust-lang/rust#57578).
💔 Test failed - checks-travis |
r=me with format fixed: https://travis-ci.com/rust-lang/rust-clippy/jobs/180079355#L1377 |
Note: you cannot modify 1fac380 anymore, you have to add another commit with the fix. |
I'll send a fix shortly. |
@mati865 thanks for the warning (makes perfect sense); I'm usually very squash-happy ^^. |
@bors r=phansch |
📌 Commit 601cbc6 has been approved by |
partially HirIdify lints Enables rust-lang/rust#58232 (a part of rust-lang/rust#57578).
☀️ Test successful - checks-travis, status-appveyor |
HirIdify some lints Unblocks rust-lang/rust#58561 (a part of [rust-lang/rust#57578](rust-lang/rust#57578)). Can we branch it like with #3790? I can rebase on a different commit if need be. Haven't had time to run tests yet, so I'd wait for Travis 🙈.
Enables rust-lang/rust#58232 (a part of rust-lang/rust#57578).