Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: implicitly cloning a `Vec` by calling `to_owned` on its dereferenced type --> src/cmd/excel.rs:262:21 | 262 | let sheet_vec = sheet_names.to_owned(); | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using: `sheet_names.clone()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#implicit_clone = note: `-W clippy::implicit-clone` implied by `-W clippy::pedantic` [skip ci]
- Loading branch information