File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
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 } ;
44
+ pub use super :: io:: { RawFd , AsRawFd , FromRawFd } ;
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 @@ -28,6 +28,8 @@ pub mod raw;
28
28
pub mod prelude {
29
29
#[ doc( no_inline) ]
30
30
pub use super :: io:: { RawSocket , RawHandle , AsRawSocket , AsRawHandle } ;
31
+ #[ doc( no_inline) ]
32
+ pub use super :: io:: { FromRawSocket , FromRawHandle } ;
31
33
#[ doc( no_inline) ] #[ stable( feature = "rust1" , since = "1.0.0" ) ]
32
34
pub use super :: ffi:: { OsStrExt , OsStringExt } ;
33
35
#[ doc( no_inline) ]
You can’t perform that action at this time.
0 commit comments