-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 #60432
Update clippy #60432
Conversation
@bors r+ Clippy isn't broken, but I'm trying to ensure rust-lang/rust-clippy#4051 doesn't break everything |
📌 Commit 3092ac5 has been approved by |
Update clippy r? @ghost
Update clippy r? @ghost
Rollup of 7 pull requests Successful merges: - #60327 (Search for incompatible universes in borrow errors) - #60330 (Suggest using an inclusive range instead of an exclusive range when the endpoint overflows by 1) - #60366 (build-gcc: Create missing cc symlink) - #60369 (Support ZSTs in DispatchFromDyn) - #60404 (Implement `BorrowMut<str>` for `String`) - #60417 (Rename hir::ExprKind::Use to ::DropTemps and improve docs.) - #60432 (Update clippy) Failed merges: r? @ghost
@bors r+ |
📌 Commit badbd95 has been approved by |
@bors p=3 |
☀️ Test successful - checks-travis, status-appveyor |
📣 Toolstate changed by #60432! Tested on commit ea68bee. 🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). |
Tested on commit rust-lang/rust@ea68bee. Direct link to PR: <rust-lang/rust#60432> 🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 🎉 clippy-driver on linux: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 🎉 rls on windows: build-fail → test-fail (cc @Xanewok, @rust-lang/infra). 🎉 rls on linux: build-fail → test-fail (cc @Xanewok, @rust-lang/infra).
r? @ghost