We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16356dd commit 9fa2fd8Copy full SHA for 9fa2fd8
1 file changed
lambda-events/src/event/streams/mod.rs
@@ -34,7 +34,7 @@ impl KinesisEventResponse {
34
item_identifier: Some(item_identifier.into()),
35
#[cfg(feature = "catch-all-fields")]
36
other: serde_json::Map::new(),
37
- ..Default::default(),
+ ..Default::default()
38
});
39
}
40
0 commit comments