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.
1 parent 714c658 commit f919b25Copy full SHA for f919b25
1 file changed
Cargo.toml
@@ -107,6 +107,7 @@ empty_line_after_doc_comments = "warn"
107
equatable_if_let = "warn"
108
fn_to_numeric_cast_any = "warn"
109
format_push_string = "warn"
110
+implicit_clone = "warn"
111
map_err_ignore = "warn"
112
missing_const_for_fn = "warn"
113
mixed_read_write_in_expression = "warn"
@@ -118,6 +119,5 @@ redundant_type_annotations = "warn"
118
119
rest_pat_in_fully_bound_structs = "warn"
120
string_lit_chars_any = "warn"
121
string_slice = "warn"
-string_to_string = "warn"
122
unnecessary_self_imports = "warn"
123
use_self = "warn"
0 commit comments