mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Enable and fix some more clippy lints (#7426)
One can never have too many lints
This commit is contained in:
@@ -336,7 +336,7 @@ impl DatePickerPopup<'_> {
|
||||
if day.month() != popup_state.month {
|
||||
text_color =
|
||||
text_color.linear_multiply(0.5);
|
||||
};
|
||||
}
|
||||
|
||||
let button_response = ui.add(
|
||||
Button::new(
|
||||
|
||||
Reference in New Issue
Block a user