From 6fde0e14903f22e0ac04950d7e056811c16de591 Mon Sep 17 00:00:00 2001 From: gibbz00 Date: Thu, 16 Feb 2023 08:22:52 +0100 Subject: [PATCH] Place Impl blocks under stuct declarations This commit merely moves around some blocks in theme.rs, making it slightly easier to read. --- helix-view/src/theme.rs | 192 ++++++++++++++++++++-------------------- 1 file changed, 96 insertions(+), 96 deletions(-) diff --git a/helix-view/src/theme.rs b/helix-view/src/theme.rs index 937952c0b5e4..d630a5ca8a1b 100644 --- a/helix-view/src/theme.rs +++ b/helix-view/src/theme.rs @@ -46,79 +46,6 @@ pub struct Theme { highlights: Vec