From 660ae93fd4ffbe752a3e8c2b48d7a6fca56ff024 Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Sat, 3 Aug 2024 19:20:29 +0800 Subject: [PATCH] ignore unused lint on `ItemType` --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index cd2735f..d310bd1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -270,6 +270,7 @@ impl LanguageExt for &L { } } +#[allow(unused)] pub(crate) enum ItemType { Event, Command,