File tree 9 files changed +12
-8
lines changed
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
+
1
3
#![ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
2
4
3
5
use crate :: fs:: Metadata ;
Original file line number Diff line number Diff line change 1
- //! Linux-specific definitions
1
+ //! Linux-specific definitions.
2
2
3
3
#![ stable( feature = "raw_ext" , since = "1.1.0" ) ]
4
4
Original file line number Diff line number Diff line change 1
- //! Linux-specific raw type definitions
1
+ //! Linux-specific raw type definitions.
2
2
3
3
#![ stable( feature = "raw_ext" , since = "1.1.0" ) ]
4
4
#![ 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.
2
2
//!
3
3
//! # Examples
4
4
//!
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.
2
2
3
3
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
4
4
Original file line number Diff line number Diff line change 1
- #! [ stable ( feature = "unix_socket" , since = "1.10.0" ) ]
1
+ //! Unix-specific networking functionality.
2
2
3
- //! Unix-specific networking functionality
3
+ #! [ stable ( feature = "unix_socket" , since = "1.10.0" ) ]
4
4
5
5
#[ cfg( all( test, not( target_os = "emscripten" ) ) ) ]
6
6
mod 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.
2
2
3
3
#![ stable( feature = "raw_ext" , since = "1.1.0" ) ]
4
4
#![ rustc_deprecated(
Original file line number Diff line number Diff line change
1
+ //! Windows-specific extensions to general I/O primitives.
2
+
1
3
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
2
4
3
5
use crate :: fs;
Original file line number Diff line number Diff line change 1
- //! Windows-specific primitives
1
+ //! Windows-specific primitives.
2
2
3
3
#![ stable( feature = "raw_ext" , since = "1.1.0" ) ]
4
4
You can’t perform that action at this time.
0 commit comments