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/generators/BuilderGenerator.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -221,8 +221,8 @@ class BuilderGenerator(
221
221
val memberName = symbolProvider.toMemberName(member)
222
222
// All fields in the builder are optional.
223
223
val memberSymbol = symbolProvider.toSymbol(member).makeOptional()
Copy file name to clipboardExpand all lines: codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/StructureGenerator.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -160,8 +160,6 @@ open class StructureGenerator(
160
160
}
161
161
162
162
openfunrenderStructure() {
163
-
RenderSerdeAttribute.importSerde(writer)
164
-
165
163
val symbol = symbolProvider.toSymbol(shape)
166
164
val containerMeta = symbol.expectRustMetadata()
167
165
writer.documentShape(shape, model)
@@ -179,6 +177,7 @@ open class StructureGenerator(
0 commit comments