Skip to content

Commit

Permalink
Revert denying on unknown fields
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDrodt committed Jan 9, 2024
1 parent 6116700 commit 60bc2a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ macro_rules! entry {
struct MyVisitor;

#[derive(Deserialize)]
#[serde(deny_unknown_fields)]
struct NakedEntry {
#[serde(rename = "type")]
entry_type: Option<EntryType>,
Expand Down

0 comments on commit 60bc2a8

Please sign in to comment.