diff options
| author | Prabakaran Kumaresshan <4676330+nixphix@users.noreply.github.com> | 2020-08-16 22:28:45 +0530 |
|---|---|---|
| committer | Prabakaran Kumaresshan <4676330+nixphix@users.noreply.github.com> | 2020-08-16 22:28:45 +0530 |
| commit | 0a96e089bade29e1b19d5a5aacd97fbdfff222fd (patch) | |
| tree | 3a9ab43a458023331d7364f108180f53f688366a /library/std/src/sys/windows/ext/process.rs | |
| parent | 7a4fb355c6ce4e534e0998d83b68591bbe234ddb (diff) | |
| download | rust-0a96e089bade29e1b19d5a5aacd97fbdfff222fd.tar.gz rust-0a96e089bade29e1b19d5a5aacd97fbdfff222fd.zip | |
Switch to intra-doc links in /sys/windows/ext/{ffi,fs,process}.rs
Diffstat (limited to 'library/std/src/sys/windows/ext/process.rs')
| -rw-r--r-- | library/std/src/sys/windows/ext/process.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/std/src/sys/windows/ext/process.rs b/library/std/src/sys/windows/ext/process.rs index 8c34a9faf1d..61e4c6a1d17 100644 --- a/library/std/src/sys/windows/ext/process.rs +++ b/library/std/src/sys/windows/ext/process.rs @@ -73,8 +73,6 @@ impl IntoRawHandle for process::ChildStderr { } /// Windows-specific extensions to [`process::ExitStatus`]. -/// -/// [`process::ExitStatus`]: ../../../../std/process/struct.ExitStatus.html #[stable(feature = "exit_status_from", since = "1.12.0")] pub trait ExitStatusExt { /// Creates a new `ExitStatus` from the raw underlying `u32` return value of @@ -91,8 +89,6 @@ impl ExitStatusExt for process::ExitStatus { } /// Windows-specific extensions to the [`process::Command`] builder. -/// -/// [`process::Command`]: ../../../../std/process/struct.Command.html #[stable(feature = "windows_process_extensions", since = "1.16.0")] pub trait CommandExt { /// Sets the [process creation flags][1] to be passed to `CreateProcess`. |
