Skip to content

Commit

Permalink
Moved a misplaced line.
Browse files Browse the repository at this point in the history
  • Loading branch information
MGlolenstine committed May 4, 2021
1 parent 5cc79ef commit 67b1152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/process/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,8 @@ impl Child {
/// #[tokio::main]
/// async fn main() {
/// let mut child = Command::new("cat")
/// .spawn()
/// .stdin(Stdio::piped())
/// .spawn()
/// .unwrap();
///
/// let mut stdin = child.stdin.take().unwrap();
Expand Down

0 comments on commit 67b1152

Please sign in to comment.