mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Derive Serialize on HourFormat
This commit is contained in:
parent
6d020a3ee9
commit
0717c168d9
@ -139,7 +139,7 @@ impl Default for JournalSettings {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, JsonSchema)]
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum HourFormat {
|
||||
Hour12,
|
||||
|
Loading…
Reference in New Issue
Block a user