@@ -19,27 +19,26 @@ dbg_macro = "warn"
19
19
pedantic = {level = " warn" , priority = -1 }
20
20
inline_always = " allow" # TODO: benchmark inlines
21
21
missing_panics_doc = " allow" # TODO
22
- float_cmp = " allow" # 40
23
- map_unwrap_or = " allow" # 59
24
- return_self_not_must_use = " allow" # 61
22
+ ptr_as_ptr = " allow" # 3
23
+ similar_names = " allow" # 26
24
+ float_cmp = " allow" # 41
25
+ map_unwrap_or = " allow" # 56
26
+ return_self_not_must_use = " allow" # 63
25
27
needless_pass_by_value = " allow" # 70
26
- items_after_statements = " allow" # 74
27
- redundant_closure_for_method_calls = " allow" # 75
28
- ptr_as_ptr = " allow" # 83
29
- similar_names = " allow" # 93
28
+ redundant_closure_for_method_calls = " allow" # 76
29
+ items_after_statements = " allow" # 81
30
30
enum_glob_use = " allow" # 96
31
- cast_possible_wrap = " allow" # 105
32
- too_many_lines = " allow" # 106
31
+ cast_possible_wrap = " allow" # 102
32
+ too_many_lines = " allow" # 105
33
33
wildcard_imports = " allow" # 134
34
- cast_precision_loss = " allow" # 172
35
- match_same_arms = " allow" # 176
36
- cast_sign_loss = " allow" # 190
37
- missing_errors_doc = " allow" # 224
38
- semicolon_if_nothing_returned = " allow" # 263
39
- must_use_candidate = " allow" # 301
40
- cast_possible_truncation = " allow" # 349
41
- cast_lossless = " allow" # 355
42
-
34
+ cast_sign_loss = " allow" # 165
35
+ cast_precision_loss = " allow" # 167
36
+ match_same_arms = " allow" # 174
37
+ missing_errors_doc = " allow" # 232
38
+ semicolon_if_nothing_returned = " allow" # 259
39
+ must_use_candidate = " allow" # 302
40
+ cast_lossless = " allow" # 317
41
+ cast_possible_truncation = " allow" # 340
43
42
44
43
[workspace .dependencies ]
45
44
base64 = " 0.22.0"
0 commit comments