Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove the
T: Sync
requirement for RwLock<T>: Send
That requirement makes sense for containers like `Arc` that don't uniquely own their contents, but `RwLock` is not one of those. This restriction was added in rust-lang@380d23b, but it's not clear why.
- Loading branch information