Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: pub(crate) function inside private module --> src/cmd/rename.rs:93:1 | 93 | pub(crate) fn rename_headers_all_generic(num_of_cols: usize) -> String { | ----------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | help: consider using: `pub` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pub_crate = note: `-W clippy::redundant-pub-crate` implied by `-W clippy::nursery` = help: to override `-W clippy::nursery` add `#[allow(clippy::redundant_pub_crate)]`
- Loading branch information