mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
End statements with semicolon (clippy::semicolon_if_nothing_returned)
This commit is contained in:
@@ -16,7 +16,7 @@ impl epi::TextureAllocator for Painter {
|
||||
}
|
||||
|
||||
fn free(&mut self, id: egui::TextureId) {
|
||||
self.free_user_texture(id)
|
||||
self.free_user_texture(id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user