You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientGenerator.kt
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -358,20 +358,20 @@ class FluentClientGenerator(
358
358
if (inputBuilderType.toString().endsWith("Builder")) {
359
359
rustTemplate(
360
360
"""
361
-
##[#{AwsSdkUnstableAttribute}]
362
-
/// This function replaces the parameter with new one.
363
-
/// It is useful when you want to replace the existing data with de-serialized data.
364
-
/// ```compile_fail
365
-
/// let result_future = async {
366
-
/// let deserialized_parameters: $inputBuilderType = serde_json::from_str(&json_string).unwrap();
0 commit comments