rust/clippy_lints
bors 1194c6369e Auto merge of #8932 - dswij:pr-8879, r=giraffate
`needless_return` checks for macro expr in return stmts

closes #8879

Macro expressions in returns were not checked by `needless_return`. The test added in [this commit](6396a7a425 (diff-a869168cfafb7e6e5010feb76a16389d6c96d59e98113dee5c2b304a5160e43aR51-R55)) seems to have regressed.

changelog: [`needless_return`] checks for macro exprs in return statements
2022-06-03 00:00:23 +00:00
..
src Auto merge of #8932 - dswij:pr-8879, r=giraffate 2022-06-03 00:00:23 +00:00
Cargo.toml Update clippy version 0.1.62 -> 0.1.63 2022-05-20 21:12:41 +02:00
README.md

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