-
Notifications
You must be signed in to change notification settings - Fork 13k
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 cargo, clippy #69627
Update cargo, clippy #69627
Conversation
Updates src/tools/cargo. cc @ehuss |
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors p=1 |
Could you close #69601 in this PR? |
@bors rollup=never |
@bors r+ |
📌 Commit caee1c4bb875a3acf5cfa1d7d93970799183dc85 has been approved by |
⌛ Testing commit caee1c4bb875a3acf5cfa1d7d93970799183dc85 with merge 68632cc460e111826ff4586be7f5e69c8a12f11e... |
💔 Test failed - checks-azure |
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 |
I believe the failure is caused by #69469, will wait for someone to work on a clippy fix. |
The fix is on master now. |
caee1c4
to
15264e9
Compare
Ah, thanks for the quick turnaround! @bors r=Dylan-DPC |
📌 Commit 15264e9 has been approved by |
☀️ Test successful - checks-azure |
📣 Toolstate changed by #69627! Tested on commit 97b3d81. 🎉 clippy-driver on windows: build-fail → test-pass (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq). |
Tested on commit rust-lang/rust@97b3d81. Direct link to PR: <rust-lang/rust#69627> 🎉 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).
Closes #69601
cargo
16 commits in e57bd02999c9f40d52116e0beca7d1dccb0643de..bda50510d1daf6e9c53ad6ccf603da6e0fa8103f
2020-02-21 20:20:10 +0000 to 2020-03-02 18:05:34 +0000
cargo package
buffering entire contents into memory cargo#7946)cargo metadata
's relationship with the workspace. (Try to clarifycargo metadata
's relationship with the workspace. cargo#7927)cargo doc --open
tests on macos. (Enablecargo doc --open
tests on macos. cargo#7932)clippy
6 commits in fc5d0cc..8b7f7e6
2020-02-24 05:58:17 +0000 to 2020-03-02 20:00:31 +0000