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:
@@ -93,7 +93,7 @@ fn test_scroll_harness() -> Harness<'static, bool> {
|
||||
}
|
||||
if ui.button("Hidden Button").clicked() {
|
||||
*state = true;
|
||||
};
|
||||
}
|
||||
});
|
||||
},
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user