dtolnay Ignore struct_field_names pedantic clippy lint
e9ea67c Oct 22, 2023
Ignore struct_field_names pedantic clippy lint
    warning: field name ends with the struct's name
      --> impl/src/attr.rs:23:5
       |
    23 |     pub has_bonus_display: bool,
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#struct_field_names
       = note: `-W clippy::struct-field-names` implied by `-W clippy::pedantic`
       = help: to override `-W clippy::pedantic` add `#[allow(clippy::struct_field_names)]`
e9ea67c