mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
[egui] Enable a bunch of clippy warnings
This commit is contained in:
@@ -51,7 +51,6 @@ impl egui::app::App for ExampleApp {
|
||||
if let Ok(result) = receiver.try_recv() {
|
||||
self.in_progress = None;
|
||||
self.result = Some(result.map(Resource::from_response));
|
||||
} else {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user