diff --git a/src/render/utf8.rs b/src/render/utf8.rs index 6d790d7..7c6aba8 100644 --- a/src/render/utf8.rs +++ b/src/render/utf8.rs @@ -23,7 +23,6 @@ impl Unicode1x2 { Unicode1x2::Light => {0} } } - #[doc(hidden)] fn parse_2_bits(sym: &u8) -> &'static str { CODEPAGE[*sym as usize] }