rust-clippy/clippy_lints
scott-linder 74ebe6e69e Add check_local to TypePass for BORROWED_BOX
Adds a boolean flag to indicate whether the current type in `check_ty`
is in a local declaration, as only the borrowed box lint should consider
these types.
2017-06-11 12:20:20 -04:00
..
src Add check_local to TypePass for BORROWED_BOX 2017-06-11 12:20:20 -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.