summary refs log tree commit diff
path: root/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.rs')
-rw-r--r--src/types.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.rs b/src/types.rs
index 1f74216..ef45492 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -1,5 +1,4 @@
 #![forbid(unsafe_code)]
-pub use crate::encoding::UTF8ByteType;
 pub use crate::terminal::Terminal;
 
 pub type Error = std::io::Error;