utf8: removed redundant doc(hidden) annotation

pull/42/head
Vladimir Serov 2020-02-10 14:16:18 +03:00
parent 8fd2fc2fe6
commit c8eb4c0ae7
No known key found for this signature in database
GPG Key ID: 6BA7C26C3FDF7BB3
1 changed files with 0 additions and 1 deletions

View File

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