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 7c29cf3 + d7f4653 commit c56ff92Copy full SHA for c56ff92
Cargo.toml
@@ -155,6 +155,7 @@ index_refutable_slice = "deny"
155
infinite_loop = "deny"
156
into_iter_without_iter = "deny"
157
invalid_upcast_comparisons = "deny"
158
+ip_constant = "deny"
159
items_after_statements = "deny"
160
iter_filter_is_ok = "deny"
161
iter_filter_is_some = "deny"
@@ -220,7 +221,6 @@ str_split_at_newline = "deny"
220
221
string_add_assign = "deny"
222
string_lit_as_bytes = "deny"
223
string_lit_chars_any = "deny"
-string_to_string = "deny"
224
struct_field_names = "deny"
225
suboptimal_flops = "deny"
226
trailing_empty_array = "deny"
0 commit comments