1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00

[egui] Enable a bunch of clippy warnings

This commit is contained in:
Emil Ernerfeldt
2020-11-28 10:54:01 +01:00
parent 8de74e4250
commit aec97c74b9
5 changed files with 19 additions and 3 deletions

View File

@@ -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 {
}
}