mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-03 04:09:36 -05:00
style: Ignore large Err variants
This commit is contained in:
parent
e121dd6ef9
commit
afa23ae258
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ rc_mutex = "warn"
|
||||||
redundant_feature_names = "warn"
|
redundant_feature_names = "warn"
|
||||||
ref_option_ref = "warn"
|
ref_option_ref = "warn"
|
||||||
rest_pat_in_fully_bound_structs = "warn"
|
rest_pat_in_fully_bound_structs = "warn"
|
||||||
|
result_large_err = "allow"
|
||||||
same_functions_in_if_condition = "warn"
|
same_functions_in_if_condition = "warn"
|
||||||
self_named_module_files = "warn"
|
self_named_module_files = "warn"
|
||||||
semicolon_if_nothing_returned = "warn"
|
semicolon_if_nothing_returned = "warn"
|
||||||
|
|
Loading…
Add table
Reference in a new issue