From ef778af0e7023bf7cdcfb77154226496b84e8f0d Mon Sep 17 00:00:00 2001 From: Thomas Cameron Date: Mon, 10 Jul 2023 22:42:50 +0900 Subject: [PATCH] Update SerdeDecorator.kt --- .../rust/codegen/client/smithy/customize/SerdeDecorator.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/customize/SerdeDecorator.kt b/codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/customize/SerdeDecorator.kt index fba326f85c..3ac2d37c96 100644 --- a/codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/customize/SerdeDecorator.kt +++ b/codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/customize/SerdeDecorator.kt @@ -15,9 +15,7 @@ import software.amazon.smithy.rust.codegen.core.smithy.generators.LibRsSection import software.amazon.smithy.rust.codegen.core.smithy.generators.ModuleDocSection /** - * This class, - * - Adds serde as a dependency - * + * Decorator that adds the `serde-serialize` and `serde-deserialize` features. */ class SerdeDecorator : ClientCodegenDecorator { override val name: String = "SerdeDecorator"