aboutsummaryrefslogtreecommitdiffstats
path: root/src/blocking/mod.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-29 14:39:53 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-29 14:39:53 -0500
commite0337dbbb0a919d2bff3c22b90d0f0f17bad775d (patch)
tree6b27af50f179441d784e02f85fc9392cc5dbd335 /src/blocking/mod.rs
parentd6e938a3454f70d2b4177d9fb23092f47ad6bb18 (diff)
downloadpty-process-e0337dbbb0a919d2bff3c22b90d0f0f17bad775d.tar.gz
pty-process-e0337dbbb0a919d2bff3c22b90d0f0f17bad775d.zip
simplify
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;