From 3ee7a5bb99a2d267f8b3cb3955ec9885c24a8f57 Mon Sep 17 00:00:00 2001 From: edouardparis Date: Wed, 3 Jul 2024 15:13:13 +0200 Subject: [PATCH] gui: fix clippy warning --- gui/src/installer/view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/installer/view.rs b/gui/src/installer/view.rs index ed08aa1a..3f160c32 100644 --- a/gui/src/installer/view.rs +++ b/gui/src/installer/view.rs @@ -630,7 +630,7 @@ pub fn register_descriptor<'a>( .push( scrollable( Column::new() - .push(text(template.to_owned()).small()) + .push(text(template).small()) .push(Space::with_height(Length::Fixed(5.0))), ) .direction(