Skip to content

Commit adb3e79

Browse files
pre-commit
1 parent 3cbcc11 commit adb3e79

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/RustWriter.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import software.amazon.smithy.model.traits.DocumentationTrait
2626
import software.amazon.smithy.rust.codegen.core.rustlang.Attribute.Companion.deprecated
2727
import software.amazon.smithy.rust.codegen.core.smithy.ModuleDocProvider
2828
import software.amazon.smithy.rust.codegen.core.smithy.RuntimeType
29-
import software.amazon.smithy.rust.codegen.core.smithy.generators.RenderSerdeAttribute
3029
import software.amazon.smithy.rust.codegen.core.smithy.isOptional
3130
import software.amazon.smithy.rust.codegen.core.smithy.protocols.serialize.ValueExpression
3231
import software.amazon.smithy.rust.codegen.core.smithy.rustType

codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/RenderSerdeAttribute.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ public object RenderSerdeAttribute {
4545
}
4646

4747
public fun writeAttributes(writer: RustWriter) {
48-
49-
5048
Attribute("").SerdeSerialize().render(writer)
5149
Attribute("").SerdeDeserialize().render(writer)
5250
}

0 commit comments

Comments
 (0)