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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@ class FluentClientGenerator(
312
312
313
313
/// This function replaces the parameter with new one.
314
314
/// It is useful when you want to replace the existing data with de-serialized data.
315
-
/// ```rust
315
+
/// ```compile_fail
316
316
/// let result_future = async {
317
317
/// let deserialized_parameters: $inputBuilderType = serde_json::from_str("some json data").unwrap();
0 commit comments