-
Notifications
You must be signed in to change notification settings - Fork 13.4k
submodules: update clippy from 8485d40a to d556bb73 #70020
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
552f066
to
be75197
Compare
@bors r+ |
📌 Commit be7519740de8ca53d87ce77b9c22231d51028766 has been approved by |
@bors p=1 |
This is currently blocked on rust-lang/rust-clippy#5321 |
@bors r- |
be75197
to
c605d66
Compare
Changes: ```` rustup rust-lang#69738 rustup rust-lang#68944 Make use of `or_patterns` feature rustup rust-lang#69589 Rustup to rust-lang#69076 Don't convert Path to lossy str Use `into_path` Use pattern matching instead of manually checking condition Fix typo Remove git2 dependency. Document that wildcard_imports doesn't warn about `use ...::prelude::*;` Change changelog formatting Update changelog_update doc to reflect the actual ordering of the changelog Update CHANGELOG.md ```` Fixes rust-lang#70007
c605d66
to
7e2ebb0
Compare
Should be in sync again. |
@bors r+ |
📌 Commit 7e2ebb0 has been approved by |
@bors p=20 |
☀️ Test successful - checks-azure |
📣 Toolstate changed by #70020! Tested on commit ae5b641. 🎉 clippy-driver on windows: build-fail → test-pass (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq). |
Tested on commit rust-lang/rust@ae5b641. Direct link to PR: <rust-lang/rust#70020> 🎉 clippy-driver on windows: build-fail → test-pass (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq). 🎉 clippy-driver on linux: build-fail → test-pass (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq).
It barely missed the nightly cutoff 😢 |
Changes:
Fixes #70007