We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da4b7f9 + 94c52ca commit a9d6982Copy full SHA for a9d6982
Cargo.toml
@@ -145,6 +145,7 @@ index_refutable_slice = "deny"
145
infinite_loop = "deny"
146
into_iter_without_iter = "deny"
147
invalid_upcast_comparisons = "deny"
148
+ip_constant = "deny"
149
items_after_statements = "deny"
150
iter_filter_is_ok = "deny"
151
iter_filter_is_some = "deny"
@@ -210,7 +211,6 @@ str_split_at_newline = "deny"
210
211
string_add_assign = "deny"
212
string_lit_as_bytes = "deny"
213
string_lit_chars_any = "deny"
-string_to_string = "deny"
214
struct_field_names = "deny"
215
suboptimal_flops = "deny"
216
trailing_empty_array = "deny"
0 commit comments