1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Enable more clippy lints (#7418)

More is more!
This commit is contained in:
Emil Ernerfeldt
2025-08-05 19:47:26 +02:00
committed by GitHub
parent e9afd3c52d
commit ef039aa566
13 changed files with 38 additions and 16 deletions

View File

@@ -554,6 +554,8 @@ fn halign_and_justify_row(
wrap_width: f32,
justify: bool,
) {
#![expect(clippy::useless_let_if_seq)] // False positive
let row = Arc::make_mut(&mut placed_row.row);
if row.glyphs.is_empty() {