reth icon indicating copy to clipboard operation
reth copied to clipboard

add `use_self` clippy lint

Open tcoratger opened this issue 9 months ago • 1 comments

  • use_self clippy lint checks for unnecessary repetition of structure name when a replacement with Self is applicable.
  • Why is this bad?
    • Unnecessary repetition. Mixed use of Self and struct name feels inconsistent.

tcoratger avatar May 20 '24 15:05 tcoratger