@@ -223,7 +223,6 @@ impl FileExt for fs::File {
223223}
224224
225225/// Unix-specific extensions to [`fs::Permissions`].
226- ///
227226#[ stable( feature = "fs_ext" , since = "1.1.0" ) ]
228227pub trait PermissionsExt {
229228 /// Returns the underlying raw `st_mode` bits that contain the standard
@@ -299,7 +298,6 @@ impl PermissionsExt for Permissions {
299298}
300299
301300/// Unix-specific extensions to [`fs::OpenOptions`].
302- ///
303301#[ stable( feature = "fs_ext" , since = "1.1.0" ) ]
304302pub trait OpenOptionsExt {
305303 /// Sets the mode bits that a new file will be created with.
@@ -367,7 +365,6 @@ impl OpenOptionsExt for OpenOptions {
367365*/
368366
369367/// Unix-specific extensions to [`fs::Metadata`].
370- ///
371368#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
372369pub trait MetadataExt {
373370 /// Returns the ID of the device containing the file.
@@ -746,7 +743,6 @@ impl FileTypeExt for fs::FileType {
746743}
747744
748745/// Unix-specific extension methods for [`fs::DirEntry`].
749- ///
750746#[ stable( feature = "dir_entry_ext" , since = "1.1.0" ) ]
751747pub trait DirEntryExt {
752748 /// Returns the underlying `d_ino` field in the contained `dirent`
@@ -807,7 +803,6 @@ pub fn symlink<P: AsRef<Path>, Q: AsRef<Path>>(src: P, dst: Q) -> io::Result<()>
807803}
808804
809805/// Unix-specific extensions to [`fs::DirBuilder`].
810- ///
811806#[ stable( feature = "dir_builder" , since = "1.6.0" ) ]
812807pub trait DirBuilderExt {
813808 /// Sets the mode to create new directories with. This option defaults to
0 commit comments