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:
parent
2c69c306b6
commit
e25c4f4a22
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user