mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-08 01:26:34 +03:00
Do not derive Default on JournalSettings
This commit is contained in:
parent
9a381c1803
commit
6d020a3ee9
@ -124,7 +124,7 @@ pub enum Autosave {
|
||||
OnWindowChange,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default, Serialize, Deserialize, JsonSchema)]
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
|
||||
pub struct JournalSettings {
|
||||
pub path: Option<String>,
|
||||
pub hour_format: Option<HourFormat>,
|
||||
|
Loading…
Reference in New Issue
Block a user