Make error module public (#78)

This commit is contained in:
Florian Dehau 2019-01-13 19:52:53 +00:00 committed by Timon
parent 2cd56af252
commit 2ca92e4d3d

View File

@ -342,5 +342,6 @@ pub use self::style::{
TerminalColor,
};
pub use self::terminal::{terminal, Terminal};
pub use common::error;
pub use common::screen::{AlternateScreen, Screen};
pub use common::Crossterm;