Skip to content

Commit

Permalink
Close markdown (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeremy authored and carllerche committed Dec 6, 2019
1 parent c3461b3 commit 9c9fabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/src/process/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ impl Command {
/// .await
/// .expect("ls command failed to run")
/// }
/// ```
pub fn spawn(&mut self) -> io::Result<Child> {
imp::spawn_child(&mut self.std).map(|spawned_child| Child {
child: ChildDropGuard {
Expand Down

0 comments on commit 9c9fabc

Please sign in to comment.