]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys/vxworks/ext/process.rs
Rollup merge of #75485 - RalfJung:pin, r=nagisa
[rust.git] / library / std / src / sys / vxworks / ext / process.rs
index 578bcc80efc5c02eb1355014819eef67ff8f1d43..3ffa5be1b3bf1c64eafd74e09694cb4723822ae5 100644 (file)
@@ -10,7 +10,6 @@
 use crate::sys_common::{AsInner, AsInnerMut, FromInner, IntoInner};
 
 /// Unix-specific extensions to the [`process::Command`] builder.
-///
 #[stable(feature = "rust1", since = "1.0.0")]
 pub trait CommandExt {
     /// Sets the child process's user ID. This translates to a
@@ -149,7 +148,6 @@ fn arg0<S>(&mut self, arg: S) -> &mut process::Command
 }
 
 /// Unix-specific extensions to [`process::ExitStatus`].
-///
 #[stable(feature = "rust1", since = "1.0.0")]
 pub trait ExitStatusExt {
     /// Creates a new `ExitStatus` from the raw underlying `i32` return value of