File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ pub mod raw;
41
41
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
42
42
pub mod prelude {
43
43
#[ doc( no_inline) ]
44
- pub use super :: io:: { RawFd , AsRawFd , FromRawFd } ;
44
+ pub use super :: io:: { RawFd , AsRawFd , FromRawFd , IntoRawFd } ;
45
45
#[ doc( no_inline) ] #[ stable( feature = "rust1" , since = "1.0.0" ) ]
46
46
pub use super :: ffi:: { OsStrExt , OsStringExt } ;
47
47
#[ doc( no_inline) ]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pub mod prelude {
30
30
#[ doc( no_inline) ]
31
31
pub use super :: io:: { RawSocket , RawHandle , AsRawSocket , AsRawHandle } ;
32
32
#[ doc( no_inline) ]
33
- pub use super :: io:: { FromRawSocket , FromRawHandle } ;
33
+ pub use super :: io:: { FromRawSocket , FromRawHandle , IntoRawSocket , IntoRawHandle } ;
34
34
#[ doc( no_inline) ] #[ stable( feature = "rust1" , since = "1.0.0" ) ]
35
35
pub use super :: ffi:: { OsStrExt , OsStringExt } ;
36
36
#[ doc( no_inline) ]
You can’t perform that action at this time.
0 commit comments