File tree Expand file tree Collapse file tree 9 files changed +12
-8
lines changed Expand file tree Collapse file tree 9 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1+ //! Linux-specific extensions to primitives in the `std::fs` module.
2+
13#![ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
24
35use crate :: fs:: Metadata ;
Original file line number Diff line number Diff line change 1- //! Linux-specific definitions
1+ //! Linux-specific definitions.
22
33#![ stable( feature = "raw_ext" , since = "1.1.0" ) ]
44
Original file line number Diff line number Diff line change 1- //! Linux-specific raw type definitions
1+ //! Linux-specific raw type definitions.
22
33#![ stable( feature = "raw_ext" , since = "1.1.0" ) ]
44#![ rustc_deprecated(
Original file line number Diff line number Diff line change 1- //! Unix-specific extension to the primitives in the `std::ffi` module
1+ //! Unix-specific extension to the primitives in the `std::ffi` module.
22//!
33//! # Examples
44//!
Original file line number Diff line number Diff line change 1- //! Unix-specific extensions to general I/O primitives
1+ //! Unix-specific extensions to general I/O primitives.
22
33#![ stable( feature = "rust1" , since = "1.0.0" ) ]
44
Original file line number Diff line number Diff line change 1- #! [ stable ( feature = "unix_socket" , since = "1.10.0" ) ]
1+ //! Unix-specific networking functionality.
22
3- //! Unix-specific networking functionality
3+ #! [ stable ( feature = "unix_socket" , since = "1.10.0" ) ]
44
55#[ cfg( all( test, not( target_os = "emscripten" ) ) ) ]
66mod tests;
Original file line number Diff line number Diff line change 1- //! Unix-specific primitives available on all unix platforms
1+ //! Unix-specific primitives available on all unix platforms.
22
33#![ stable( feature = "raw_ext" , since = "1.1.0" ) ]
44#![ rustc_deprecated(
Original file line number Diff line number Diff line change 1+ //! Windows-specific extensions to general I/O primitives.
2+
13#![ stable( feature = "rust1" , since = "1.0.0" ) ]
24
35use crate :: fs;
Original file line number Diff line number Diff line change 1- //! Windows-specific primitives
1+ //! Windows-specific primitives.
22
33#![ stable( feature = "raw_ext" , since = "1.1.0" ) ]
44
You can’t perform that action at this time.
0 commit comments