Skip to content

Commit

Permalink
Merge pull request #205 from JohnHeitmann/default-typo
Browse files Browse the repository at this point in the history
Remove extraneous flag
  • Loading branch information
erickt committed Jan 18, 2016
2 parents 835eb94 + bba21f9 commit 939e154
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serde_codegen/src/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ fn deserialize_item_enum(
let expr = builder.expr().str(variant.node.name);
attr::FieldAttrsBuilder::new(builder)
.name(expr)
.default()
.build()
})
.collect(),
Expand Down

0 comments on commit 939e154

Please sign in to comment.