clippy: fix clippy warnings

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-11-28 09:31:34 -08:00
parent 708be85709
commit 0171e6c970
13 changed files with 27 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ impl<'a> Username<'a> {
}
}
impl<'a> Widget for Username<'a> {
impl Widget for Username<'_> {
fn ui(self, ui: &mut egui::Ui) -> egui::Response {
ui.horizontal(|ui| {
ui.spacing_mut().item_spacing.x = 0.0;