Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy: Suppress enum-variant-names for Object enum
This was a new lint added since the Object enum was first merged. warning: variant name starts with the enum's name --> src/object_pool/object.rs:44:5 | 44 | ObjectPointer(ObjectPointer), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
- Loading branch information