Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require Sync to implement Send for Cow. Fixes maciejhirsz#37
Currently it is possible to send across references to non-sync types across thread boundaries as long as they are wrapped in a Cow. This changes the trait bounds for `Send` to be the same as they are for the standard library's Cow https://doc.rust-lang.org/std/borrow/enum.Cow.html#impl-Send
- Loading branch information