We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d49651 + b911fe5 commit e688eb6Copy full SHA for e688eb6
src/lib.rs
@@ -123,4 +123,4 @@ impl<T> SyncWrapper<T> {
123
124
// this is safe because the only operations permitted on this data structure require exclusive
125
// access or ownership
126
-unsafe impl<T: Send> Sync for SyncWrapper<T> {}
+unsafe impl<T> Sync for SyncWrapper<T> {}
0 commit comments