Skip to content

Commit

Permalink
Update SerdeDecorator.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-k-cameron authored Jul 10, 2023
1 parent 9e997b6 commit ef778af
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ef778af

Please sign in to comment.