aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3f7577f..efb12de 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -23,7 +23,7 @@ pub mod blocking;
#[cfg(feature = "async")]
mod command;
#[cfg(feature = "async")]
-pub use command::{Child, Command};
+pub use command::Command;
#[cfg(feature = "async")]
mod pty;
#[cfg(feature = "async")]