[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
-1
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 {
}
}