1
Fork 0

Don't use method span on clone suggestion

This commit is contained in:
Michael Goulet 2023-06-22 20:40:49 +00:00
parent fe870424a7
commit 3a3f4a2144
13 changed files with 58 additions and 15 deletions

View file

@ -15,7 +15,7 @@ note: `into_iter` takes ownership of the receiver `self`, which moves `some_vec`
help: you can `clone` the value and consume it, but this might not be your desired behavior
|
LL | some_vec.clone().into_iter();
| ++++++++
| ++++++++
error: aborting due to previous error