98aa0db0ac
If one uses `slice.iter().cloned().collect()` to create a new `Vec`, it should be `slice.to_owned()`. Fix #1292 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
98aa0db0ac
If one uses `slice.iter().cloned().collect()` to create a new `Vec`, it should be `slice.to_owned()`. Fix #1292 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |