We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc3e12a + fbf6885 commit 31bbe57Copy full SHA for 31bbe57
src/libstd/sync/rwlock.rs
@@ -82,7 +82,7 @@ pub struct RwLock<T: ?Sized> {
82
}
83
84
#[stable(feature = "rust1", since = "1.0.0")]
85
-unsafe impl<T: ?Sized + Send + Sync> Send for RwLock<T> {}
+unsafe impl<T: ?Sized + Send> Send for RwLock<T> {}
86
87
unsafe impl<T: ?Sized + Send + Sync> Sync for RwLock<T> {}
88
0 commit comments