Skip to content

Commit

Permalink
remove deny_unknown_fields as it is said to conflict with flatten alt…
Browse files Browse the repository at this point in the history
…hough tests still fail
  • Loading branch information
Fogapod committed Feb 19, 2024
1 parent ad41def commit 6bb780d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/deserialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ impl<'de> Deserialize<'de> for IntensitiesDef {
}

#[derive(Deserialize)]
#[serde(deny_unknown_fields)]
pub(crate) struct AccentDef {
accent: Passes,
#[serde(default)]
Expand Down

0 comments on commit 6bb780d

Please sign in to comment.