From 916bce453c48f10d42eb3744aa4c62d8ca2c4c69 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Fri, 27 Mar 2026 08:52:52 -0700 Subject: deal with broken UTF8 even better now it should self-synchronize properly if there's something really weird happening also, that code is all refactored into encodings.rs Force-Push: yes Change-Id: I8bd9682448fc309b7aa6c0513e9b94cb5a4ace11 --- src/types.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/types.rs') 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; -- cgit 1.4.1