File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ pub mod raw;
4141#[ stable( feature = "rust1" , since = "1.0.0" ) ]
4242pub mod prelude {
4343 #[ doc( no_inline) ]
44- pub use super :: io:: { RawFd , AsRawFd } ;
44+ pub use super :: io:: { RawFd , AsRawFd , FromRawFd } ;
4545 #[ doc( no_inline) ] #[ stable( feature = "rust1" , since = "1.0.0" ) ]
4646 pub use super :: ffi:: { OsStrExt , OsStringExt } ;
4747 #[ doc( no_inline) ]
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ pub mod raw;
2828pub mod prelude {
2929 #[ doc( no_inline) ]
3030 pub use super :: io:: { RawSocket , RawHandle , AsRawSocket , AsRawHandle } ;
31+ #[ doc( no_inline) ]
32+ pub use super :: io:: { FromRawSocket , FromRawHandle } ;
3133 #[ doc( no_inline) ] #[ stable( feature = "rust1" , since = "1.0.0" ) ]
3234 pub use super :: ffi:: { OsStrExt , OsStringExt } ;
3335 #[ doc( no_inline) ]
You can’t perform that action at this time.
0 commit comments