mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-23 23:18:57 -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"
|
||||
ref_option_ref = "warn"
|
||||
rest_pat_in_fully_bound_structs = "warn"
|
||||
result_large_err = "allow"
|
||||
same_functions_in_if_condition = "warn"
|
||||
self_named_module_files = "warn"
|
||||
semicolon_if_nothing_returned = "warn"
|
||||
|
|
Loading…
Add table
Reference in a new issue