From e8a2c66b274fef24798b8778b88ae88d4eb090d6 Mon Sep 17 00:00:00 2001 From: Vladimir Serov Date: Mon, 10 Feb 2020 14:16:18 +0300 Subject: [PATCH] utf8: removed redundant doc(hidden) annotation --- src/render/utf8.rs | 1 - 1 file changed, 1 deletion(-) 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] }