From 4a0eff1129f8e4b310e2f98de639d9566d26613c Mon Sep 17 00:00:00 2001 From: Joseph Harrison-Lim Date: Sun, 13 Mar 2022 01:11:32 -0500 Subject: [PATCH] clippy --- helix-term/src/application.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index 5fa1f21a2..66083575c 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -271,8 +271,7 @@ impl Application { } else { self.theme_loader.base16_default() } - }) - .clone(), + }), ); } self.config.store(Arc::new(config));