mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +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 host::*;
|
||||||
pub use pty::*;
|
pub use pty::*;
|
||||||
pub use session::*;
|
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