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

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