From 021634785b7c3b82c1203f490813008a95dffa1e Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Fri, 24 Jul 2026 23:32:04 +0100 Subject: Store list of shared values in example --- examples/11-transient-0/output/rust/src/gen/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/11-transient-0/output/rust/src/gen/data.rs') diff --git a/examples/11-transient-0/output/rust/src/gen/data.rs b/examples/11-transient-0/output/rust/src/gen/data.rs index df221bb..75efcc8 100644 --- a/examples/11-transient-0/output/rust/src/gen/data.rs +++ b/examples/11-transient-0/output/rust/src/gen/data.rs @@ -91,5 +91,5 @@ pub struct StructWithSum { #[derive(Debug, PartialEq)] pub struct StructWithShared { - pub inner: ::std::sync::Arc::, + pub inner: ::std::vec::Vec::<::std::sync::Arc::>, } -- cgit v1.2.3