Skip to content

Commit

Permalink
style: Ignore large Err variants
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 1, 2024
1 parent e121dd6 commit afa23ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit afa23ae

Please sign in to comment.