-
- Downloads
Don't add `serde` feature unnecessarily (#3891)
If the model is not using the `@smithy.rust#serde` trait, there's no need for the code-generated crate to have a `serde` feature. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Showing
- codegen-serde/src/main/kotlin/software/amazon/smithy/rust/codegen/serde/SerdeDecorator.kt 13 additions, 18 deletions...ftware/amazon/smithy/rust/codegen/serde/SerdeDecorator.kt
- codegen-serde/src/test/kotlin/software/amazon/smithy/rust/codegen/serde/SerdeDecoratorTest.kt 30 additions, 0 deletions...re/amazon/smithy/rust/codegen/serde/SerdeDecoratorTest.kt
Loading
Please register or sign in to comment