rust/clippy_lints
bors e2e492c10e Auto merge of #8422 - buttercrab:only_used_in_recursion, r=llogiq
new lint: `only_used_in_recursion`

changed:
- added `only_used_in_recursion`.
- fixed code that variables are only used in recursion.
- this would not lint when `unused_variable`

This fixes: #8390

-----

changelog: add lint [`only_used_in_recursion`]
2022-03-13 16:11:25 +00:00
..
src Auto merge of #8422 - buttercrab:only_used_in_recursion, r=llogiq 2022-03-13 16:11:25 +00:00
Cargo.toml Bump Clippy Version -> 0.1.61 2022-02-24 19:32:47 +01:00
README.md

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