-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
submodules: update clippy from 1b89724b to e648adf0 #57756
Conversation
|
@bors r+ p=1 |
📌 Commit 2052b490b24e2893a4ad2dc7c010f1ad2be88190 has been approved by |
⌛ Testing commit 2052b490b24e2893a4ad2dc7c010f1ad2be88190 with merge e611b49933090a8e217df5278db79da38740c745... |
💔 Test failed - checks-travis |
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 |
Changes: ```` Fixing typo in CONTRIBUTING.md Fix breakage due to rust-lang#57651 Run rustfmt Fixed breakage due to rust-lang#57489 Fix breakage due to rust-lang#57755 Catch up with `format_args` change Fix bad `while_let_on_iterator` suggestion. rustup rust-lang#57747 Fixing issues pointed out by dogfood tests. Update to collect all the files then throw the error. Adding a test for checking if test files are missing. Remove bors.toml add applicability to lint name suggestion ````
2052b49
to
8c4a7a9
Compare
update to latest clippy HEAD, should work again. |
@bors r+ |
📌 Commit 8c4a7a9 has been approved by |
submodules: update clippy from 1b89724 to e648adf Fixes clippy toolstate Changes: ```` Catch up with `format_args` change Fix bad `while_let_on_iterator` suggestion. rustup #57747 Fixing issues pointed out by dogfood tests. Update to collect all the files then throw the error. Adding a test for checking if test files are missing. Remove bors.toml add applicability to lint name suggestion ```` r? @oli-obk
☀️ Test successful - checks-travis, status-appveyor |
📣 Toolstate changed by #57756! Tested on commit 0974bdc. 🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra). |
Tested on commit rust-lang/rust@0974bdc. Direct link to PR: <rust-lang/rust#57756> 🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra). 🎉 clippy-driver on linux: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).
Fixes clippy toolstate
Changes:
r? @oli-obk