rust/clippy_lints
Oliver Schneider 2d57902a27
don't lint if snippet is shortert than 1 character
This happens with various combinations of cfg attributes and macros expansion.
Not linting here is the safe route, as everything else might produce false positives.
2016-08-19 17:27:24 +02:00
..
src don't lint if snippet is shortert than 1 character 2016-08-19 17:27:24 +02:00
Cargo.toml Bump to 0.0.84 2016-08-18 21:51:06 +02:00
README.md Add a README for clippy_lints 2016-05-28 16:51:21 +02:00

This crate contains Clippy lints. For the main crate, check cargo.io or GitHub.