Skip to content

Commit be51685

Browse files
committed
chore: update lint counts
1 parent c62d3c6 commit be51685

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@ non_std_lazy_statics = "warn"
1919
pedantic = {level = "warn", priority = -1}
2020
inline_always = "allow" # TODO: benchmark inlines
2121
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" # 42
25+
map_unwrap_or = "allow" # 56
26+
return_self_not_must_use = "allow" # 63
2527
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
3030
enum_glob_use = "allow" # 96
31-
cast_possible_wrap = "allow" # 105
32-
too_many_lines = "allow" # 106
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
31+
cast_possible_wrap = "allow" # 102
32+
too_many_lines = "allow" # 105
33+
wildcard_imports = "allow" # 133
34+
cast_sign_loss = "allow" # 165
35+
cast_precision_loss = "allow" # 167
36+
match_same_arms = "allow" # 173
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
4242

4343
[workspace.dependencies]
4444
base64 = "0.22.0"

0 commit comments

Comments
 (0)