Clippy Fixes

This commit is contained in:
Andrew Wheeler(Genusis) 2022-10-25 10:43:38 -04:00 committed by Jeremy Soller
parent e39f8eabd5
commit 5200f67196
5 changed files with 61 additions and 62 deletions

View file

@ -23,7 +23,7 @@ impl<'a> FontShapeGlyph<'a> {
FontLayoutGlyph {
start: self.start,
end: self.end,
x: x,
x,
w: x_advance,
rtl,
font: self.font,