Skip to content

Stabilize workspace wrapper. - #6687

Merged
bors merged 1 commit into
rust-lang:masterfrom
ehuss:stabilize-wrapper
Feb 10, 2021
Merged

Stabilize workspace wrapper.#6687
bors merged 1 commit into
rust-lang:masterfrom
ehuss:stabilize-wrapper

Conversation

@ehuss

@ehuss ehuss commented Feb 6, 2021

Copy link
Copy Markdown
Contributor

This fixes it so that cargo clippy doesn't share the same cache artifacts as cargo check. The Cargo side was stabilized a while ago (rust-lang/cargo#8976), so this should be ready to go. I'm not aware of any blockers or concerns.

Closes #4612


changelog: cargo clippy no longer shares the same build cache as cargo check.

@rust-highfive

Copy link
Copy Markdown

r? @flip1995

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Feb 6, 2021
@flip1995

Copy link
Copy Markdown
Member

@bors r+

Thanks! This closes our first project on our 2021 roadmap!

@bors

bors commented Feb 10, 2021

Copy link
Copy Markdown
Contributor

📌 Commit 0585c34 has been approved by flip1995

@bors

bors commented Feb 10, 2021

Copy link
Copy Markdown
Contributor

⌛ Testing commit 0585c34 with merge 9c0ae2a...

@bors

bors commented Feb 10, 2021

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing 9c0ae2a to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clippy doesn't report error/warnings after cargo check

4 participants