rust-clippy/clippy_lints
Devon Hollowood 6a14dc7fd4 Remove false positives from get_unwrap lint
HashMap and BTreeMap don't implement `IndexMut`, so we shouldn't lint
for use of `get_mut().unwrap()` for those types.
2016-11-01 17:48:32 -07:00
..
src Remove false positives from get_unwrap lint 2016-11-01 17:48:32 -07:00
Cargo.toml Bump to 0.0.96 2016-10-22 16:00:17 +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.