Skip to content

Commit

Permalink
fix CI failure
Browse files Browse the repository at this point in the history
this failure: https://github.com/unicode-rs/unicode-width/actions/runs/9369551827/job/25794342788
`src/tables.rs: needs update`
due to a change made in PR unicode-rs#54
  • Loading branch information
correabuscar committed Jun 6, 2024
1 parent 612877a commit 9af8b32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,8 @@ def emit_module(
module.write(
"""
pub mod charwidth {
use core::convert::TryFrom;
/// Returns the [UAX #11](https://www.unicode.org/reports/tr11/) based width of `c` by
/// consulting a multi-level lookup table.
/// If `is_cjk == true`, ambiguous width characters are treated as double width; otherwise,
Expand Down

0 comments on commit 9af8b32

Please sign in to comment.