1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00

Re-export portable_pty::Child as it is available in a public API

This commit is contained in:
Chip Senkbeil 2021-09-22 22:48:23 -05:00 committed by Wez Furlong
parent e25c4f4a22
commit 55b85b5424

View File

@ -12,3 +12,4 @@ pub use session::*;
// NOTE: Re-exported as is exposed in a public API of this crate
pub use filedescriptor::FileDescriptor;
pub use portable_pty::Child;