Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmoulton committed Oct 21, 2024
1 parent fad5cf9 commit 9e603c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vello/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ impl Renderer for VelloRenderer {
}

if let Some(run) = &mut current_run {
run.glyphs.push(&glyph);
run.glyphs.push(glyph);
}
}

Expand Down

0 comments on commit 9e603c4

Please sign in to comment.