Skip to content

Commit 28a615b

Browse files
committed
Lints: remove string_to_string lint that was deprecated in Rust 1.91.
1 parent 0639d63 commit 28a615b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ rc_mutex = "warn"
105105
same_name_method = "warn"
106106
semicolon_inside_block = "warn"
107107
str_to_string = "warn"
108-
string_to_string = "warn"
109108
undocumented_unsafe_blocks = "warn"
110109
unnecessary_safety_doc = "warn"
111110
unnecessary_self_imports = "warn"

0 commit comments

Comments
 (0)