mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove some obsolete formatting traits.
This commit is contained in:
parent
76b8810a86
commit
be5e9b4278
3 changed files with 4 additions and 4 deletions
|
@ -307,7 +307,7 @@ impl Shaper {
|
|||
debug!("text: {}", text);
|
||||
debug!("(char idx): char->(glyph index):");
|
||||
for (i, ch) in text.char_indices() {
|
||||
debug!("{}: {} --> {:d}", i, ch, *byte_to_glyph.get(i).unwrap() as int);
|
||||
debug!("{}: {} --> {}", i, ch, byte_to_glyph[i]);
|
||||
}
|
||||
|
||||
// some helpers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue