all: address clippy lints
This commit is contained in:
parent
544f23ffb0
commit
84e6b74893
3 changed files with 3 additions and 6 deletions
|
|
@ -813,7 +813,7 @@ struct Extension {
|
|||
#[derive(Debug)]
|
||||
enum NamedType {
|
||||
Struct(Rc<Struct>),
|
||||
Bitmask(Rc<Bitmask>),
|
||||
Bitmask(#[allow(dead_code)] Rc<Bitmask>),
|
||||
Enum(Rc<Enum>),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue