mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Fix some clippy issues found by 1.84.0 (#5603)
This commit is contained in:
@@ -103,7 +103,7 @@ impl<'a> DatePickerButton<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> Widget for DatePickerButton<'a> {
|
||||
impl Widget for DatePickerButton<'_> {
|
||||
fn ui(self, ui: &mut Ui) -> egui::Response {
|
||||
let id = ui.make_persistent_id(self.id_salt);
|
||||
let mut button_state = ui
|
||||
|
||||
Reference in New Issue
Block a user