arcnmx / cargo-clippy

cargo clippy
MIT License
68 stars 11 forks source link

Include test code when linting #17

Open bndbsh opened 8 years ago

bndbsh commented 8 years ago

Currently clippy is invoked without --test and so won't lint anything under #[cfg(test)].