We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dda632 commit 3cc4ef9Copy full SHA for 3cc4ef9
src/libstd/io/mod.rs
@@ -1060,10 +1060,10 @@ impl<'a> DerefMut for IoSliceMut<'a> {
1060
#[repr(transparent)]
1061
pub struct IoSlice<'a>(sys::io::IoSlice<'a>);
1062
1063
-#[stable(feature = "iovec-send-sync", since = "1.43.0")]
+#[stable(feature = "iovec-send-sync", since = "1.44.0")]
1064
unsafe impl<'a> Send for IoSlice<'a> { }
1065
1066
1067
unsafe impl<'a> Sync for IoSlice<'a> { }
1068
1069
#[stable(feature = "iovec", since = "1.36.0")]
0 commit comments