Skip to content

Commit 6e939df

Browse files
committed
chore: update lint counts
1 parent fe8e7e7 commit 6e939df

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

Cargo.toml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,26 @@ dbg_macro = "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" # 41
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
31+
cast_possible_wrap = "allow" # 102
32+
too_many_lines = "allow" # 105
3333
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
4342

4443
[workspace.dependencies]
4544
base64 = "0.22.0"

0 commit comments

Comments
 (0)