Skip to content

Commit

Permalink
Make error module public (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdehau authored and TimonPost committed Jan 13, 2019
1 parent 2cd56af commit 2ca92e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 2ca92e4

Please sign in to comment.