Skip to content

Commit 9c9fabc

Browse files
kjeremycarllerche
authored andcommitted
Close markdown (#1910)
1 parent c3461b3 commit 9c9fabc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio/src/process/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ impl Command {
551551
/// .await
552552
/// .expect("ls command failed to run")
553553
/// }
554+
/// ```
554555
pub fn spawn(&mut self) -> io::Result<Child> {
555556
imp::spawn_child(&mut self.std).map(|spawned_child| Child {
556557
child: ChildDropGuard {

0 commit comments

Comments
 (0)