rust/clippy_lints
scott-linder 1ce3cbf9c4 Ignore new-without-default lint when new method has generic types
There may be no sensible `Default` impl if the result of `new` depends
on a type parameter.
2017-06-14 12:58:22 -04:00
..
src Ignore new-without-default lint when new method has generic types 2017-06-14 12:58:22 -04:00
Cargo.toml Bump the version 2017-06-10 21:45:53 -07: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.