File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1- #![ stable( feature = "os_fd " , since = "1.66 .0" ) ]
1+ #![ stable( feature = "rust1 " , since = "1.0 .0" ) ]
22
3- mod net;
4- #[ path = "../../fd/owned.rs" ]
5- mod owned;
6- #[ path = "../../fd/raw.rs" ]
7- mod raw;
8-
9- // Export the types and traits for the public API.
10- #[ stable( feature = "os_fd" , since = "1.66.0" ) ]
11- pub use owned:: * ;
12- #[ stable( feature = "os_fd" , since = "1.66.0" ) ]
13- pub use raw:: * ;
3+ #[ stable( feature = "rust1" , since = "1.0.0" ) ]
4+ pub use crate :: os:: fd:: * ;
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ pub(crate) mod watchos;
160160#[ cfg( target_os = "xous" ) ]
161161pub mod xous;
162162
163- #[ cfg( any( unix, target_os = "wasi" , doc) ) ]
163+ #[ cfg( any( unix, target_os = "hermit" , target_os = " wasi", doc) ) ]
164164pub mod fd;
165165
166166#[ cfg( any( target_os = "linux" , target_os = "android" , doc) ) ]
You can’t perform that action at this time.
0 commit comments