rust-clippy/clippy_lints
Erick Tryzelaar 8c235d19bc in_macro check in NEEDLESS_RETURN
This allows you to define a macro like `try!(...)` that embeds an
early exit without emitting the "needless_return" warning.

Closes #1271.
2017-06-12 19:06:37 -07:00
..
src in_macro check in NEEDLESS_RETURN 2017-06-12 19:06:37 -07:00
Cargo.toml Bump the version 2017-06-10 21:45:53 -07: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.