Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f615b6d

Browse files
committed
remove empty lines
1 parent b54341a commit f615b6d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

library/std/src/sys/vxworks/ext/fs.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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")]
228227
pub 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")]
304302
pub 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")]
372369
pub 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")]
751747
pub 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")]
812807
pub trait DirBuilderExt {
813808
/// Sets the mode to create new directories with. This option defaults to

library/std/src/sys/vxworks/ext/process.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use crate::sys::vxworks::ext::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
1010
use crate::sys_common::{AsInner, AsInnerMut, FromInner, IntoInner};
1111

1212
/// Unix-specific extensions to the [`process::Command`] builder.
13-
///
1413
#[stable(feature = "rust1", since = "1.0.0")]
1514
pub trait CommandExt {
1615
/// Sets the child process's user ID. This translates to a
@@ -149,7 +148,6 @@ impl CommandExt for process::Command {
149148
}
150149

151150
/// Unix-specific extensions to [`process::ExitStatus`].
152-
///
153151
#[stable(feature = "rust1", since = "1.0.0")]
154152
pub trait ExitStatusExt {
155153
/// Creates a new `ExitStatus` from the raw underlying `i32` return value of

0 commit comments

Comments
 (0)