File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -952,10 +952,10 @@ pub trait Read {
952
952
pub struct IoSliceMut < ' a > ( sys:: io:: IoSliceMut < ' a > ) ;
953
953
954
954
#[ stable( feature = "iovec-send-sync" , since = "1.44.0" ) ]
955
- unsafe impl < ' a > Send for IoSliceMut < ' a > { }
955
+ unsafe impl < ' a > Send for IoSliceMut < ' a > { }
956
956
957
957
#[ stable( feature = "iovec-send-sync" , since = "1.44.0" ) ]
958
- unsafe impl < ' a > Sync for IoSliceMut < ' a > { }
958
+ unsafe impl < ' a > Sync for IoSliceMut < ' a > { }
959
959
960
960
#[ stable( feature = "iovec" , since = "1.36.0" ) ]
961
961
impl < ' a > fmt:: Debug for IoSliceMut < ' a > {
@@ -1061,10 +1061,10 @@ impl<'a> DerefMut for IoSliceMut<'a> {
1061
1061
pub struct IoSlice < ' a > ( sys:: io:: IoSlice < ' a > ) ;
1062
1062
1063
1063
#[ stable( feature = "iovec-send-sync" , since = "1.44.0" ) ]
1064
- unsafe impl < ' a > Send for IoSlice < ' a > { }
1064
+ unsafe impl < ' a > Send for IoSlice < ' a > { }
1065
1065
1066
1066
#[ stable( feature = "iovec-send-sync" , since = "1.44.0" ) ]
1067
- unsafe impl < ' a > Sync for IoSlice < ' a > { }
1067
+ unsafe impl < ' a > Sync for IoSlice < ' a > { }
1068
1068
1069
1069
#[ stable( feature = "iovec" , since = "1.36.0" ) ]
1070
1070
impl < ' a > fmt:: Debug for IoSlice < ' a > {
You can’t perform that action at this time.
0 commit comments