From 6b4c2931d7861c8e03b4341a057ba421c7e9b507 Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Sat, 25 Jul 2026 17:10:42 +0100 Subject: Rename StructWithShared to StructWithListOfShared --- 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 75efcc8..d31f341 100644 --- a/examples/11-transient-0/output/rust/src/gen/data.rs +++ b/examples/11-transient-0/output/rust/src/gen/data.rs @@ -90,6 +90,6 @@ pub struct StructWithSum { } #[derive(Debug, PartialEq)] -pub struct StructWithShared { +pub struct StructWithListOfShared { pub inner: ::std::vec::Vec::<::std::sync::Arc::>, } -- cgit v1.2.3