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 06f1bbd..5ccaed5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -63,7 +63,7 @@ pub use command::{Child, Command};
mod error;
pub use error::{Error, Result, Source};
mod pty;
-pub use pty::Size;
+pub use pty::{Pty, Size};
#[cfg(feature = "backend-async-std")]
pub mod async_std;