Skip to content

Commit a9d6982

Browse files
authored
Merge pull request #240 from jwodder/lints-91
Update lints configuration
2 parents da4b7f9 + 94c52ca commit a9d6982

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
@@ -145,6 +145,7 @@ index_refutable_slice = "deny"
145145
infinite_loop = "deny"
146146
into_iter_without_iter = "deny"
147147
invalid_upcast_comparisons = "deny"
148+
ip_constant = "deny"
148149
items_after_statements = "deny"
149150
iter_filter_is_ok = "deny"
150151
iter_filter_is_some = "deny"
@@ -210,7 +211,6 @@ str_split_at_newline = "deny"
210211
string_add_assign = "deny"
211212
string_lit_as_bytes = "deny"
212213
string_lit_chars_any = "deny"
213-
string_to_string = "deny"
214214
struct_field_names = "deny"
215215
suboptimal_flops = "deny"
216216
trailing_empty_array = "deny"

0 commit comments

Comments
 (0)