Remove Clone derive

This commit is contained in:
Jason Rodney Hansen 2021-12-04 11:31:21 -07:00 committed by Ivan Tham
parent 0b7911d921
commit 539c27e3f5

View file

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