Skip to content

Commit

Permalink
remove serde kebab-case renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickseurin committed Apr 29, 2024
1 parent 85fde44 commit 8045e21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use std::str::FromStr;

/// Book wide defaults that may be provided by the user.
#[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize, Default)]
#[serde(rename_all = "kebab-case")]
pub(crate) struct AdmonitionDefaults {
#[serde(default)]
pub(crate) title: Option<String>,
Expand Down

0 comments on commit 8045e21

Please sign in to comment.