Skip to content

Commit f919b25

Browse files
authored
fix: string_to_string lint is now part of implicit_clone (#2173)
1 parent 714c658 commit f919b25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ empty_line_after_doc_comments = "warn"
107107
equatable_if_let = "warn"
108108
fn_to_numeric_cast_any = "warn"
109109
format_push_string = "warn"
110+
implicit_clone = "warn"
110111
map_err_ignore = "warn"
111112
missing_const_for_fn = "warn"
112113
mixed_read_write_in_expression = "warn"
@@ -118,6 +119,5 @@ redundant_type_annotations = "warn"
118119
rest_pat_in_fully_bound_structs = "warn"
119120
string_lit_chars_any = "warn"
120121
string_slice = "warn"
121-
string_to_string = "warn"
122122
unnecessary_self_imports = "warn"
123123
use_self = "warn"

0 commit comments

Comments
 (0)