utf8: removed redundant doc(hidden) annotation

This commit is contained in:
Vladimir Serov 2020-02-10 14:16:18 +03:00
parent 59980a3b6b
commit e8a2c66b27

View file

@ -23,7 +23,6 @@ impl Unicode1x2 {
Unicode1x2::Light => {0} Unicode1x2::Light => {0}
} }
} }
#[doc(hidden)]
fn parse_2_bits(sym: &u8) -> &'static str { fn parse_2_bits(sym: &u8) -> &'static str {
CODEPAGE[*sym as usize] CODEPAGE[*sym as usize]
} }