1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

Fix some lints found by clippy 1.73

This commit is contained in:
Emil Ernerfeldt
2023-10-06 09:01:31 +02:00
parent 12b6f2c3a0
commit 2bc2fb9c39
11 changed files with 21 additions and 26 deletions

View File

@@ -665,7 +665,7 @@ fn tessellate_row(
point_scale: PointScale,
job: &LayoutJob,
format_summary: &FormatSummary,
row: &mut Row,
row: &Row,
) -> RowVisuals {
if row.glyphs.is_empty() {
return Default::default();