cargo-extras icon indicating copy to clipboard operation
cargo-extras copied to clipboard

Add cargo-clippy

Open kbknapp opened this issue 10 years ago • 2 comments

This requires a nightly compiler - so the blocking issue is a way to conditionally compile a binary

kbknapp avatar Nov 14 '15 12:11 kbknapp

Postponed until #4 is solved

kbknapp avatar Nov 14 '15 12:11 kbknapp

Update

I'm not worried about requiring nightly rustc anymore. cargo-clippy was actually briefly included with this package...but prematurely so. It installed and compiled just fine, but turns out actually runny cargo-clippy wasn't possible because it requires the clippy lib at runtime external to link against. So until that problem is solved, this will have to remain postponed.

kbknapp avatar Dec 10 '15 22:12 kbknapp