diff --git a/src/lib.rs b/src/lib.rs index 2c600b7..f35c7f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -50,7 +50,7 @@ pub struct ReadTicket { data: Arc>, } -unsafe impl Send for ReadTicket {} +unsafe impl Send for ReadTicket {} #[cfg(not(feature = "futures"))] impl ReadTicket { @@ -112,7 +112,7 @@ pub struct WriteTicket { data: Arc>, } -unsafe impl Send for WriteTicket {} +unsafe impl Send for WriteTicket {} #[cfg(not(feature = "futures"))] impl WriteTicket {