Skip to content

Commit ef778af

Browse files
Update SerdeDecorator.kt
1 parent 9e997b6 commit ef778af

File tree

1 file changed

+1
-3
lines changed
  • codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/customize

1 file changed

+1
-3
lines changed

codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/customize/SerdeDecorator.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ import software.amazon.smithy.rust.codegen.core.smithy.generators.LibRsSection
1515
import software.amazon.smithy.rust.codegen.core.smithy.generators.ModuleDocSection
1616

1717
/**
18-
* This class,
19-
* - Adds serde as a dependency
20-
*
18+
* Decorator that adds the `serde-serialize` and `serde-deserialize` features.
2119
*/
2220
class SerdeDecorator : ClientCodegenDecorator {
2321
override val name: String = "SerdeDecorator"

0 commit comments

Comments
 (0)