mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
chore(ci): Lint clippy::items_after_statements seems too strict
This commit is contained in:
parent
181a2cf5e6
commit
51de731521
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ inconsistent_struct_constructor = "warn"
|
||||||
inefficient_to_string = "warn"
|
inefficient_to_string = "warn"
|
||||||
infinite_loop = "warn"
|
infinite_loop = "warn"
|
||||||
invalid_upcast_comparisons = "warn"
|
invalid_upcast_comparisons = "warn"
|
||||||
items_after_statements = "warn"
|
|
||||||
large_digit_groups = "warn"
|
large_digit_groups = "warn"
|
||||||
large_stack_arrays = "warn"
|
large_stack_arrays = "warn"
|
||||||
large_types_passed_by_value = "warn"
|
large_types_passed_by_value = "warn"
|
||||||
|
|
Loading…
Reference in a new issue