Remove `Clone` derive

pull/1235/head
Jason Rodney Hansen 3 years ago committed by Ivan Tham
parent 0b7911d921
commit 539c27e3f5

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

Loading…
Cancel
Save