Skip to content

Commit 3635457

Browse files
typo
1 parent 3d6cb3b commit 3635457

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ class FluentClientGenerator(
343343
// | |_____________^ duplicate definitions for `set_fields`
344344
if (inputBuilderType.toString().endsWith("Builder")) {
345345
rustTemplate("""
346-
##[#{Unstable}]
346+
##[#{AwsSdkUnstableAttribute}]
347347
/// This function replaces the parameter with new one.
348348
/// It is useful when you want to replace the existing data with de-serialized data.
349349
/// ```compile_fail

0 commit comments

Comments
 (0)