@ThisWeekInRust Public Service Announcement: Clippy is planning to remove `#![plugin(clippy)]` in favour of the `cargo clippy` subcommand:https://github.com/rust-lang-nursery/rust-clippy/pull/2783 …
Oh no! I use this in all of my projects. Is there going to be another way to run clippy during testing / on save? Having to run multiple commands on each run is not great for local development. Also cargo clippy has never worked locally for me :(