Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UB in
MutexGuardArc::source
(#50)
The alternative would be to change the `Sync` impl for `MutexGuardArc` to require `T: Send + Sync`.
- Loading branch information