Skip to content

Commit

Permalink
update doc comment
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Ryhl <[email protected]>
  • Loading branch information
czy-29 and Darksonn authored Dec 7, 2024
1 parent 6dd4846 commit e2edb31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tokio/src/process/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,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.
/// Note that Tokio specific options will be lost. Currently, this only applies to [`kill_on_drop`].
///
/// [`kill_on_drop`]: Command::kill_on_drop
pub fn into_std(self) -> StdCommand {
self.std
}
Expand Down

0 comments on commit e2edb31

Please sign in to comment.