utf8: removed redundant doc(hidden) annotation
This commit is contained in:
parent
59980a3b6b
commit
e8a2c66b27
|
@ -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]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue