You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ path = "std::sync::Mutex", reason = "Zinder uses parking_lot for synchronous shared state; use tokio::sync only when the guard must cross an await point." },
{ path = "std::sync::RwLock", reason = "Zinder uses parking_lot for synchronous shared state; use tokio::sync only when the guard must cross an await point." },