Remove Clone
derive
This commit is contained in:
parent
0b7911d921
commit
539c27e3f5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue