mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 16:32:53 +03:00
c5d1ecd474
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 🤔