mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Enable and fix some more clippy lints (#7426)
One can never have too many lints
This commit is contained in:
@@ -873,7 +873,7 @@ impl Renderer {
|
||||
callbacks.push(c.0.as_ref());
|
||||
} else {
|
||||
log::warn!("Unknown paint callback: expected `egui_wgpu::Callback`");
|
||||
};
|
||||
}
|
||||
acc
|
||||
}
|
||||
}
|
||||
|
||||
@@ -328,7 +328,7 @@ impl Painter {
|
||||
})
|
||||
.create_view(&wgpu::TextureViewDescriptor::default()),
|
||||
);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
pub fn on_window_resized(
|
||||
|
||||
Reference in New Issue
Block a user