rust/clippy_lints
Oliver Schneider 4ab2223e59 Merge pull request #2060 from mrecachinas/feature/int-plus-one
Addresses #1955 - Suggests >= y + 1 become > y
2017-09-24 13:57:56 +02:00
..
src Merge pull request #2060 from mrecachinas/feature/int-plus-one 2017-09-24 13:57:56 +02:00
Cargo.toml Bump to 0.0.163 2017-09-23 13:36:18 -07:00
README.md Change all links to reflect the move to rust-lang-nursery 2017-08-06 23:10:55 +02:00

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