You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/parse/EventStreamUnmarshallerGenerator.kt
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -246,9 +246,10 @@ class EventStreamUnmarshallerGenerator(
246
246
// Handle implicit payload members: members with neither @eventPayload nor @eventHeader.
247
247
// Per the Smithy spec, these are collectively serialized as a protocol-specific document
248
248
// in the message body.
249
-
val implicitMembers = unionStruct.members().filter {
0 commit comments