mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
Derive Serialize on HourFormat
This commit is contained in:
parent
6d020a3ee9
commit
0717c168d9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue