rust-clippy/clippy_lints
Yati Sagade 240471f926 Needless continue: This is a complete rewrite of this lint as an early-pass lint.
The previous version had troubles computing suggestions without macro expansions
creeping in. This fixes it by using original_sp, which works on AST nodes.
2017-04-08 23:30:34 +02:00
..
src Needless continue: This is a complete rewrite of this lint as an early-pass lint. 2017-04-08 23:30:34 +02:00
Cargo.toml Bump the version 2017-04-07 11:25:00 +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.