mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 07:10:04 -04:00
Enable and fix some more clippy lints (#7426)
One can never have too many lints
This commit is contained in:
@@ -50,7 +50,7 @@ impl TestMenu {
|
||||
.clicked()
|
||||
{
|
||||
ui.close();
|
||||
};
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user