We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a554fe commit 5d34536Copy full SHA for 5d34536
codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/RustType.kt
@@ -472,7 +472,7 @@ class Attribute(val inner: Writable) {
472
}
473
474
public fun SerdeSerializeOrDeserialize(): Attribute {
475
- return Attribute(cfgAttr(all(writable("aws_sdk_unstable"), any(feature("serde-serialize"), feature("serde-deserialize")))))
+ return Attribute(cfg(all(writable("aws_sdk_unstable"), any(feature("serde-serialize"), feature("serde-deserialize")))))
476
477
478
companion object {
0 commit comments