diff --git a/syncpool/src/bucket.rs b/syncpool/src/bucket.rs index 788c509..9d5298b 100644 --- a/syncpool/src/bucket.rs +++ b/syncpool/src/bucket.rs @@ -333,7 +333,7 @@ impl Drop for Bucket2 { } } -unsafe impl Send for Bucket2 {} +unsafe impl Send for Bucket2 {} pub(crate) struct RingBucket { /// The actual data store. Data are stored in heap and not managed by the runtime, so we must