fixup! std: Child::kill() returns error if process has already exited
This commit is contained in:
@@ -1121,7 +1121,7 @@ impl ExitCode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl Child {
|
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.
|
/// error is returned.
|
||||||
///
|
///
|
||||||
/// The mapping to [`ErrorKind`]s is not part of the compatibility contract of the function,
|
/// The mapping to [`ErrorKind`]s is not part of the compatibility contract of the function,
|
||||||
|
|||||||
Reference in New Issue
Block a user