refactor: add same_name_method clippy correctness lint (#948)

This commit is contained in:
Alex Yusiuk 2025-08-28 14:05:42 +03:00 committed by GitHub
parent cec3fa70fc
commit ae99d14a69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 21 additions and 24 deletions

View file

@ -111,6 +111,7 @@ non_ascii_literal = "warn"
panic = "warn"
precedence_bits = "warn"
rc_mutex = "warn"
same_name_method = "warn"
# == Style, readability == #
semicolon_outside_block = "warn" # With semicolon-outside-block-ignore-multiline = true