fixup! std: Child::kill() returns error if process has already exited
This commit is contained in:
parent
fd2afa01aa
commit
bc4bd5642a
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ impl ExitCode {
|
|||
}
|
||||
|
||||
impl Child {
|
||||
/// Forces the child process to exit. If the child has already exited, an [`InvalidInput`]
|
||||
/// Forces the child process to exit. If the child has already exited, an [`InvalidInput`]
|
||||
/// error is returned.
|
||||
///
|
||||
/// The mapping to [`ErrorKind`]s is not part of the compatibility contract of the function,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue