aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-09 02:58:52 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-09 02:58:52 -0500
commit51e877d0d0fcd122d1cb0934639e43579a380f63 (patch)
treee188fe799739e19e0975a7679681028b33aae11e
parentc4831851936c7c7f707b3c8350ba3ffad9647ba8 (diff)
downloadtextmode-51e877d0d0fcd122d1cb0934639e43579a380f63.tar.gz
textmode-51e877d0d0fcd122d1cb0934639e43579a380f63.zip
tweak
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 41561b8..90f092a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,7 +3,7 @@
pub mod blocking;
pub mod color;
-pub mod error;
+mod error;
pub use error::{Error, Result};
mod key;
pub use key::Key;