Commit 1354e4b
committed
fix: use clippy::string_to_string instead of clippy:implicit_clone
```
warning: lint `clippy::string_to_string` has been removed: `clippy:implicit_clone` covers those cases
|
= note: requested on the command line with `-W clippy::string_to_string`
= note: `#[warn(renamed_and_removed_lints)]` on by default
```1 parent ef4dffb commit 1354e4b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | | - | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments