diff --git a/src/egui_app.rs b/src/egui_app.rs index b3408d8..92ae62c 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -350,9 +350,9 @@ impl MathApp { "Integration name: {} Url: {:?}", cc.integration_info.name, if let Some(url) = &cc.integration_info.web_info { - url.location.url.clone() + &url.location.url } else { - "N/A".to_owned() + "N/A" } );