Make `Group` Sync.

This commit is contained in:
Sean Bowe 2016-09-14 14:38:17 -06:00
parent 5dc0252a1c
commit 0725e366fd
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ pub trait Group:
rustc_serialize::Decodable +
'static +
Send +
Sync +
Copy +
Clone +
PartialEq +