aboutsummaryrefslogtreecommitdiffstats
path: root/src/blocking/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/blocking/mod.rs')
-rw-r--r--src/blocking/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blocking/mod.rs b/src/blocking/mod.rs
index a45b132..cdf66da 100644
--- a/src/blocking/mod.rs
+++ b/src/blocking/mod.rs
@@ -1,4 +1,4 @@
mod command;
-pub use command::{Child, Command};
+pub use command::Command;
mod pty;
pub use pty::Pty;