mirror of https://github.com/helix-editor/helix
Remove `Clone` derive
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…
Reference in New Issue