surpress a warning

This commit is contained in:
Christoph Beckmann 2025-03-21 20:09:17 +01:00
parent c7718b6378
commit 9a2318432a

View File

@ -18,6 +18,7 @@ pub struct Listener;
pub struct Announcer;
pub struct State<Kind> {
#[expect(dead_code, reason = "like PhantomData")]
pub kind: Kind,
pub client: Arc<RwLock<AsyncClient>>,
pub bookings: Arc<RwLock<HashMap<String, Booking>>>,