Close markdown (#1910)

This commit is contained in:
Jeremy Kolb
2019-12-06 07:51:24 -08:00
committed by Carl Lerche
parent c3461b3ef3
commit 9c9fabc44b
+1
View File
@@ -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 {