Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore module_name_repetitions pedantic clippy lint in codegen
warning: item name ends with its containing module's name --> src/cfg.rs:5:10 | 5 | pub enum DocCfg { | ^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repetitions = note: `-W clippy::module-name-repetitions` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::module_name_repetitions)]`
- Loading branch information