Skip to content

Add clippy-driver as a proxy - #1679

Merged
dwijnand merged 1 commit into
rust-lang:masterfrom
kinnison:kinnison/cargo-clippy
Mar 5, 2019
Merged

Add clippy-driver as a proxy#1679
dwijnand merged 1 commit into
rust-lang:masterfrom
kinnison:kinnison/cargo-clippy

Conversation

@kinnison

Copy link
Copy Markdown
Contributor

The Cargo team are taking cargo clippy on-board and as such
will need clippy-driver as a general proxy.

Signed-off-by: Daniel Silverstone dsilvers@digital-scurf.org

@kinnison

Copy link
Copy Markdown
ContributorAuthor

@Manishearth Should we be changing cargo-clippy to no longer suggest clippy too, or will that be unnecessary?

@Manishearth

Copy link
Copy Markdown
Member

No, keep cargo-clippy exactly the same for now. Implementing this will be a long process and we'll need both to be around for a significant amount of time.

We'll make a PR removing cargo-clippy when we need to 😄

thanks!

@dwijnand

Copy link
Copy Markdown
Contributor

Fixes #1678?

@kinnison

Copy link
Copy Markdown
ContributorAuthor

Fixes #1678?

Rats, you're quite right, I forgot that, I'll pop a fix up for that now.

The Cargo team are taking `cargo clippy` on-board and as such
will need `clippy-driver` as a general proxy.
Fixes: rust-lang#1678
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
@kinnison
kinnisonforce-pushed the kinnison/cargo-clippy branch from 030d853 to 84f3dc8CompareMarch 4, 2019 08:07
@kinnison

Copy link
Copy Markdown
ContributorAuthor

Oops :D I think that'll be good to merge once green.

@Manishearth

Copy link
Copy Markdown
Member

it's green

r? @dwijnand

@dwijnand
dwijnand merged commit 35d6f4b into rust-lang:masterMar 5, 2019
@borsbors mentioned this pull request Mar 5, 2019
@kinnison
kinnison deleted the kinnison/cargo-clippy branch March 5, 2019 20:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@kinnison@Manishearth@dwijnand