reth
reth copied to clipboard
add `use_self` clippy lint
-
use_self
clippy lint checks for unnecessary repetition of structure name when a replacement withSelf
is applicable. - Why is this bad?
- Unnecessary repetition. Mixed use of
Self
and struct name feels inconsistent.
- Unnecessary repetition. Mixed use of