mirror of
https://github.com/LastExceed/spacermake.git
synced 2025-04-20 18:26:31 +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 Announcer;
|
||||||
|
|
||||||
pub struct State<Kind> {
|
pub struct State<Kind> {
|
||||||
|
#[expect(dead_code, reason = "like PhantomData")]
|
||||||
pub kind: Kind,
|
pub kind: Kind,
|
||||||
pub client: Arc<RwLock<AsyncClient>>,
|
pub client: Arc<RwLock<AsyncClient>>,
|
||||||
pub bookings: Arc<RwLock<HashMap<String, Booking>>>,
|
pub bookings: Arc<RwLock<HashMap<String, Booking>>>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user