Skip to content

Commit fd74029

Browse files
serde import FIX
1 parent c12e9af commit fd74029

File tree

1 file changed

+0
-1
lines changed
  • codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators

1 file changed

+0
-1
lines changed

Diff for: codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/StructureGenerator.kt

-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ open class StructureGenerator(
160160
}
161161

162162
open fun renderStructure() {
163-
RenderSerdeAttribute.importSerde(writer)
164163
val symbol = symbolProvider.toSymbol(shape)
165164
val containerMeta = symbol.expectRustMetadata()
166165
writer.documentShape(shape, model)

0 commit comments

Comments
 (0)