We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e121dd6 commit afa23aeCopy full SHA for afa23ae
Cargo.toml
@@ -70,6 +70,7 @@ rc_mutex = "warn"
70
redundant_feature_names = "warn"
71
ref_option_ref = "warn"
72
rest_pat_in_fully_bound_structs = "warn"
73
+result_large_err = "allow"
74
same_functions_in_if_condition = "warn"
75
self_named_module_files = "warn"
76
semicolon_if_nothing_returned = "warn"
0 commit comments