Add clippy::use_self lint

This commit is contained in:
Emil Ernerfeldt 2024-05-16 17:28:37 +02:00
parent 6b607ffa2a
commit 738ea75453
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ unnested_or_patterns = "warn"
unused_peekable = "warn"
unused_rounding = "warn"
unused_self = "warn"
use_self = "warn"
useless_transmute = "warn"
verbose_file_reads = "warn"
wildcard_dependencies = "warn"