mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Enable two lints
This commit is contained in:
@@ -232,6 +232,7 @@ iter_on_single_items = "warn"
|
|||||||
iter_over_hash_type = "warn"
|
iter_over_hash_type = "warn"
|
||||||
iter_without_into_iter = "warn"
|
iter_without_into_iter = "warn"
|
||||||
large_digit_groups = "warn"
|
large_digit_groups = "warn"
|
||||||
|
large_futures = "warn"
|
||||||
large_include_file = "warn"
|
large_include_file = "warn"
|
||||||
large_stack_arrays = "warn"
|
large_stack_arrays = "warn"
|
||||||
large_stack_frames = "warn"
|
large_stack_frames = "warn"
|
||||||
@@ -329,6 +330,7 @@ unnecessary_semicolon = "warn"
|
|||||||
unnecessary_struct_initialization = "warn"
|
unnecessary_struct_initialization = "warn"
|
||||||
unnecessary_wraps = "warn"
|
unnecessary_wraps = "warn"
|
||||||
unnested_or_patterns = "warn"
|
unnested_or_patterns = "warn"
|
||||||
|
unused_async = "warn"
|
||||||
unused_peekable = "warn"
|
unused_peekable = "warn"
|
||||||
unused_rounding = "warn"
|
unused_rounding = "warn"
|
||||||
unused_self = "warn"
|
unused_self = "warn"
|
||||||
|
|||||||
Reference in New Issue
Block a user