Skip to content

Commit 3cc4ef9

Browse files
committed
correct rustc version
1 parent 4dda632 commit 3cc4ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/io/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,10 +1060,10 @@ impl<'a> DerefMut for IoSliceMut<'a> {
10601060
#[repr(transparent)]
10611061
pub struct IoSlice<'a>(sys::io::IoSlice<'a>);
10621062

1063-
#[stable(feature = "iovec-send-sync", since = "1.43.0")]
1063+
#[stable(feature = "iovec-send-sync", since = "1.44.0")]
10641064
unsafe impl<'a> Send for IoSlice<'a> { }
10651065

1066-
#[stable(feature = "iovec-send-sync", since = "1.43.0")]
1066+
#[stable(feature = "iovec-send-sync", since = "1.44.0")]
10671067
unsafe impl<'a> Sync for IoSlice<'a> { }
10681068

10691069
#[stable(feature = "iovec", since = "1.36.0")]

0 commit comments

Comments
 (0)