rust/clippy_lints
bors c5d1ecd474 Auto merge of #4220 - d-dorazio:4182-needless-return-void-functions, r=flip1995
make needless_return work with void functions

fixes https://github.com/rust-lang/rust-clippy/issues/4181.

changelog: make needless_return work with void functions.

I don't think the failure is related to my changes, but I'm not sure 🤔
2019-06-22 09:38:53 +00:00
..
src Auto merge of #4220 - d-dorazio:4182-needless-return-void-functions, r=flip1995 2019-06-22 09:38:53 +00:00
Cargo.toml Bump cargo_metadata of clippy_lints 2019-06-03 09:13:33 +07: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.