mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix obsolete format traits.
They are to be removed from the language in the next rust upgrade.
This commit is contained in:
parent
141b5d038f
commit
b51e83819d
35 changed files with 63 additions and 63 deletions
|
@ -304,7 +304,7 @@ impl Shaper {
|
|||
debug!("{} -> {}", i, loc);
|
||||
}
|
||||
|
||||
debug!("text: {:s}", text);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue