1eccb3c350
error: unnecessary use of `to_vec` --> test_suite/tests/test_de.rs:251:12 | 251 | .chain(ignorable_tokens.to_vec().into_iter()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `ignorable_tokens.iter().copied()` | = note: `-D clippy::unnecessary-to-owned` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_to_owned |
||
---|---|---|
.. | ||
no_std | ||
tests | ||
build.rs | ||
Cargo.toml |