From 28d7cf0b562f56262afae9e31378b231f8dac4ea Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Thu, 21 Mar 2024 21:56:59 +0100 Subject: [PATCH] fix(theme): remove unnecessary map and make clippy happy Signed-off-by: Sandro-Alessio Gierens --- src/theme/mod.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/theme/mod.rs b/src/theme/mod.rs index f086cfe1..a91f4976 100644 --- a/src/theme/mod.rs +++ b/src/theme/mod.rs @@ -372,9 +372,7 @@ impl FileNameColours for Theme { fn executable_file(&self) -> Style { self.ui.filekinds.executable } fn mount_point(&self) -> Style { self.ui.filekinds.mount_point } - fn icon(&self) -> Option