Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete MappedOwnedMutexGuard in preference for tokio::sync::MappedMut…
…exGuard MappedOwnedMutexGuard had an (as of yet unused) undefined behaviour case in its implementation of map_mut. This has been superceded by tokio's tokio-rs/tokio#2472 which used a better implementation without undefined behaviour (using UnsafeCell instead).
- Loading branch information