mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Add clippy::use_self lint
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user