-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update clippy #50020
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
Update clippy #50020
Conversation
Nevermind:
|
@bors r+ |
📌 Commit a7dae98 has been approved by |
🔒 Merge conflict |
@bors r=Manishearth p=1 |
📌 Commit 0f1f9a7 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
Tested on commit rust-lang/rust@8830a03. Direct link to PR: <rust-lang/rust#50020> 🎉 clippy-driver on windows: build-fail → test-pass. 🎉 clippy-driver on linux: build-fail → test-pass.
Hm it looks like this broke the RLS presumably because clippy is succeeding but the RLS is still using an older version? (but clippy succeeding causes rustbuild to enable clippy in the RLS I think). cc @nrc |
That shouldn't matter. Rls in the rustc repo uses the working one, not the crates.io one |
r? @Manishearth