rust/clippy_lints
bors 721f688eff Auto merge of #3577 - daxpedda:master, r=flip1995
Fix false positives for `implicit_return` and `empty_loop` on macro expansion.

This PR only fixes `implicit_return` and `empty_loop`.
But I suspect this bug may affect a lot of other lints.
2018-12-27 15:21:22 +00:00
..
src Auto merge of #3577 - daxpedda:master, r=flip1995 2018-12-27 15:21:22 +00:00
Cargo.toml dependencies: update pulldown-cmark from 0.1 to 0.2 2018-11-22 18:04:34 +01:00
README.md rust-lang-nursery/rust-clippy => rust-lang/rust-clippy 2018-11-22 04:40:09 +01:00

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