rust/clippy_lints
Michael Wright cc87dc7539 Move some range lints to complexity
Recategorize `range_plus_one` and `range_minus_one` to `complexity`.
This moves `range_plus_one` out of the nursery as the inclusive range
syntax is now stable. Both are moved to `complexity` as it is more
consistent with other lints such as `int_plus_one`.
2018-08-26 10:57:04 +02:00
..
src Move some range lints to complexity 2018-08-26 10:57:04 +02:00
Cargo.toml deps: update cargo_metadata from 0.5 to 0.6. 2018-08-24 18:14:49 +02:00
README.md Fix crates.io site name 2017-12-15 00:33:23 +02:00

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