2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 02:39:55 +00:00

Restore sync process exports

This commit is contained in:
Yoshua Wuyts 2020-12-08 23:04:03 +01:00
parent 9cd0578826
commit 34e9ff3cd2

View file

@ -38,3 +38,6 @@ pub use async_process::ChildStdout;
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
#[doc(inline)]
pub use async_process::Command;
// Re-export functions.
pub use std::process::{abort, exit, id};