Skip to content

Commit c56ff92

Browse files
authored
Merge pull request #18 from jwodder/lints-91
Update lints configuration
2 parents 7c29cf3 + d7f4653 commit c56ff92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ index_refutable_slice = "deny"
155155
infinite_loop = "deny"
156156
into_iter_without_iter = "deny"
157157
invalid_upcast_comparisons = "deny"
158+
ip_constant = "deny"
158159
items_after_statements = "deny"
159160
iter_filter_is_ok = "deny"
160161
iter_filter_is_some = "deny"
@@ -220,7 +221,6 @@ str_split_at_newline = "deny"
220221
string_add_assign = "deny"
221222
string_lit_as_bytes = "deny"
222223
string_lit_chars_any = "deny"
223-
string_to_string = "deny"
224224
struct_field_names = "deny"
225225
suboptimal_flops = "deny"
226226
trailing_empty_array = "deny"

0 commit comments

Comments
 (0)