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
feat(sync): make small changes to constance::sync::Mutex
- `Mutex` now implements `Send` and `Sync` when it's appropriate to do
so
- `MutexGuard` now has `#[must_use]` like `std::sync::MutexGuard` does
- The error types now implement `Debug`
0 commit comments