style: Ignore large Err variants

This commit is contained in:
Ed Page 2024-11-01 15:36:16 -05:00
parent e121dd6ef9
commit afa23ae258

View file

@ -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"