rust/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
..
2017-06-10 21:45:53 -07:00

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