diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-03-27 08:52:52 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-03-27 08:52:52 -0700 |
| commit | 916bce453c48f10d42eb3744aa4c62d8ca2c4c69 (patch) | |
| tree | 6984f689fb0a57d9e5c65e6c3ddb48e4d6aac778 /src/types.rs | |
| parent | 3f3d62639b3160bd9ea7dc2c5ec6a53b3e9e11bc (diff) | |
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
Diffstat (limited to 'src/types.rs')
| -rw-r--r-- | src/types.rs | 1 |
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; |