Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify Debug implementation of MutexGuard.
Just transparently print the guarded data, instead of wrapping it in `MutexGuard { lock: Mutex { data: ... } }`.
- Loading branch information