Skip to content

Commit e370cb8

Browse files
authored
Merge pull request #54 from krasimirgg/rustc
adapt for rustc-dep-of-std build
2 parents d00d357 + 3b82122 commit e370cb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tables.rs

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
pub const UNICODE_VERSION: (u8, u8, u8) = (15, 1, 0);
1616

1717
pub mod charwidth {
18+
use core::convert::TryFrom;
19+
1820
/// Returns the [UAX #11](https://www.unicode.org/reports/tr11/) based width of `c` by
1921
/// consulting a multi-level lookup table.
2022
/// If `is_cjk == true`, ambiguous width characters are treated as double width; otherwise,

0 commit comments

Comments
 (0)