Skip to content

Commit

Permalink
update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 authored Dec 5, 2024
1 parent 7929b79 commit 2ed3906
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tokio/src/process/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ impl Command {
}

/// Cheaply convert into a `std::process::Command`.
///
/// Note that Tokio specific options (currently only option [kill_on_drop](Command::kill_on_drop))
/// will be lost.
pub fn into_std(self) -> StdCommand {
self.std
}
Expand Down

0 comments on commit 2ed3906

Please sign in to comment.