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

Re-export filedescriptor::FileDescriptor as it is available in a public API

This commit is contained in:
Chip Senkbeil 2021-09-22 22:43:10 -05:00 committed by Wez Furlong
parent 2c69c306b6
commit e25c4f4a22

View File

@ -9,3 +9,6 @@ pub use config::*;
pub use host::*;
pub use pty::*;
pub use session::*;
// NOTE: Re-exported as is exposed in a public API of this crate
pub use filedescriptor::FileDescriptor;