summary refs log tree commit diff
path: root/src/terminal/prelude.rs
blob: bada817799773448fd32203f09d4e8901b17d771 (plain)
1
2
3
4
#![forbid(unsafe_code)]

pub use crate::terminal::error::{Result, TerminalError};