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

Merge pull request #918 from async-rs/restore-prior-process-exports

Restore sync process exports
This commit is contained in:
Yoshua Wuyts 2020-12-08 23:12:50 +01:00 committed by GitHub
commit 2757969f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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};