We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c8825 commit 3b45521Copy full SHA for 3b45521
library/std/src/process.rs
@@ -1419,8 +1419,8 @@ impl From<fs::File> for Stdio {
1419
///
1420
/// # Differences from `ExitCode`
1421
1422
-/// `ExitCode` is intended for terminating the currently running process, via
1423
-/// the `Termination` trait, in contrast to [`ExitStatus`], which represents the
+/// [`ExitCode`] is intended for terminating the currently running process, via
+/// the `Termination` trait, in contrast to `ExitStatus`, which represents the
1424
/// termination of a child process. These APIs are separate due to platform
1425
/// compatibility differences and their expected usage; it is not generally
1426
/// possible to exactly reproduce an ExitStatus from a child for the current
0 commit comments