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:
commit
2757969f5d
1 changed files with 3 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue