From 539c27e3f52a7c2744db7e92a45d7185eeeba917 Mon Sep 17 00:00:00 2001 From: Jason Rodney Hansen Date: Sat, 4 Dec 2021 11:31:21 -0700 Subject: [PATCH] Remove `Clone` derive --- helix-core/src/increment/date_time.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-core/src/increment/date_time.rs b/helix-core/src/increment/date_time.rs index 80f2bf536..e3cfe107d 100644 --- a/helix-core/src/increment/date_time.rs +++ b/helix-core/src/increment/date_time.rs @@ -131,7 +131,7 @@ static FORMATS: Lazy> = Lazy::new(|| { ] }); -#[derive(Clone, Debug)] +#[derive(Debug)] struct Format { fmt: &'static str, fields: Vec,