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