Skip to content

Commit

Permalink
ignore unused lint on ItemType
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Aug 3, 2024
1 parent 3363621 commit 660ae93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ impl<L: LanguageExt> LanguageExt for &L {
}
}

#[allow(unused)]
pub(crate) enum ItemType {
Event,
Command,
Expand Down

0 comments on commit 660ae93

Please sign in to comment.