mirror of
https://github.com/LastExceed/spacermake.git
synced 2025-04-19 17:56:27 +02:00
surpress a warning
This commit is contained in:
parent
c7718b6378
commit
9a2318432a
@ -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>>>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user