Tidy: trailing whitespace
Removed trailing whitespace from documentation of ExitStatus.
This commit is contained in:
parent
674f24e132
commit
dd12f39b35
1 changed files with 1 additions and 1 deletions
|
@ -1153,7 +1153,7 @@ impl From<fs::File> for Stdio {
|
|||
///
|
||||
/// This `struct` is used to represent the exit status of a child process.
|
||||
/// Child processes are created via the [`Command`] struct and their exit
|
||||
/// status is exposed through the [`status`] method, or the [`wait`] method
|
||||
/// status is exposed through the [`status`] method, or the [`wait`] method
|
||||
/// of a [`Child`] process.
|
||||
///
|
||||
/// [`Command`]: struct.Command.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue