From b221e2fb05d12df6b637c7cbce7626927f4e8af5 Mon Sep 17 00:00:00 2001 From: 0x192 Date: Sun, 10 Oct 2021 04:09:09 +0200 Subject: [PATCH] Adress clippy warnings --- src/gui/style.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/style.rs b/src/gui/style.rs index 56d5856..52f5ac0 100644 --- a/src/gui/style.rs +++ b/src/gui/style.rs @@ -197,7 +197,6 @@ impl container::StyleSheet for Description { border_radius: 5.0, border_width: 0.0, border_color: self.0.base.background, - ..container::Style::default() } } }