Skip to content

Commit 5d34536

Browse files
update
1 parent 5a554fe commit 5d34536

File tree

1 file changed

+1
-1
lines changed
  • codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang

1 file changed

+1
-1
lines changed

codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/RustType.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ class Attribute(val inner: Writable) {
472472
}
473473

474474
public fun SerdeSerializeOrDeserialize(): Attribute {
475-
return Attribute(cfgAttr(all(writable("aws_sdk_unstable"), any(feature("serde-serialize"), feature("serde-deserialize")))))
475+
return Attribute(cfg(all(writable("aws_sdk_unstable"), any(feature("serde-serialize"), feature("serde-deserialize")))))
476476
}
477477

478478
companion object {

0 commit comments

Comments
 (0)