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
warning: item name ends with its containing module's name --> impl/src/span.rs:4:11 | 4 | pub trait MemberSpan { | ^^^^^^^^^^ | = 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