-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 RLS, Rustfmt, and Clippy #53141
Conversation
|
src/Cargo.lock
Outdated
version = "2.1.2" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
version = "2.1.3" | ||
source = "git+https://github.com/racer-rust/racer?rev=2af3ab88420e968500fcfc75418be7e852debfa0#2af3ab88420e968500fcfc75418be7e852debfa0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we depend on the released racer 2.1.3 (or publish a 2.1.4 if the released one is outdated)? Using a git dependency will fail tidy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-(
This comment has been minimized.
This comment has been minimized.
Fixed the Racer issue by making 2.1.4 |
This comment has been minimized.
This comment has been minimized.
You need to update Clippy as well (RLS depends on
|
@bors r+ p=82 |
📌 Commit 53f6810d7299841e3fe59fde77825f30620b0eb6 has been approved by |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors r=kennytm |
📌 Commit a1f2be9160194624fc2a68a4c91f9013ba3fc649 has been approved by |
⌛ Testing commit a1f2be9160194624fc2a68a4c91f9013ba3fc649 with merge 9d6df50baa7007f254c67bd34023f7f00891058a... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors r- retry
|
Now with updated Clippy too (I think I updated before @oli-obk 's clippy fix landed) |
@bors: r+ |
📌 Commit 785db92542cb59123ab83a64633d0f6dea175606 has been approved by |
⌛ Testing commit 785db92542cb59123ab83a64633d0f6dea175606 with merge e23fcdba76ed904281cccfc2a1bc2b1fb543a974... |
💔 Test failed - status-appveyor |
@nrc if you get a chance, mind throwing this diff in as well to prevent #53006 from happening again as well? (commenting out the |
This comment has been minimized.
This comment has been minimized.
author: alexcrichton
And another Clippy update and Alex's patch @bors: r+ |
📌 Commit ae5a1fd has been approved by |
☀️ Test successful - status-appveyor, status-travis |
📣 Toolstate changed by #53141! Tested on commit 52c785b. 🎉 clippy-driver on windows: build-fail → test-pass. |
Tested on commit rust-lang/rust@52c785b. Direct link to PR: <rust-lang/rust#53141> 🎉 clippy-driver on windows: build-fail → test-pass. 🎉 clippy-driver on linux: build-fail → test-pass. 🎉 rls on windows: build-fail → test-pass. 🎉 rls on linux: build-fail → test-pass. 🎉 rustfmt on windows: build-fail → test-pass. 🎉 rustfmt on linux: build-fail → test-pass.
Fixes bustage due to #52332
r? @kennytm