Remove `Clone` derive

pull/1235/head
Jason Rodney Hansen 2021-12-04 11:31:21 -07:00 committed by Ivan Tham
parent 0b7911d921
commit 539c27e3f5
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ static FORMATS: Lazy<Vec<Format>> = Lazy::new(|| {
] ]
}); });
#[derive(Clone, Debug)] #[derive(Debug)]
struct Format { struct Format {
fmt: &'static str, fmt: &'static str,
fields: Vec<DateField>, fields: Vec<DateField>,