From 9a2318432a3ddb20b43e853288bc262b8d10370f Mon Sep 17 00:00:00 2001 From: Christoph Beckmann Date: Fri, 21 Mar 2025 20:09:17 +0100 Subject: [PATCH] surpress a warning --- src/state.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state.rs b/src/state.rs index 1b7e0d5..c4aedf0 100644 --- a/src/state.rs +++ b/src/state.rs @@ -18,6 +18,7 @@ pub struct Listener; pub struct Announcer; pub struct State { + #[expect(dead_code, reason = "like PhantomData")] pub kind: Kind, pub client: Arc>, pub bookings: Arc>>,