From 2bc23bdc7fe01fc5921be8e09f405a8a1fd7bd65 Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Fri, 24 Jul 2026 17:59:45 +0100 Subject: Add Shared type --- examples/08-custom-code/output/rust/src/gen/shapes.rs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 examples/08-custom-code/output/rust/src/gen/shapes.rs (limited to 'examples/08-custom-code/output/rust/src/gen/shapes.rs') diff --git a/examples/08-custom-code/output/rust/src/gen/shapes.rs b/examples/08-custom-code/output/rust/src/gen/shapes.rs deleted file mode 100644 index c5f8af5..0000000 --- a/examples/08-custom-code/output/rust/src/gen/shapes.rs +++ /dev/null @@ -1,6 +0,0 @@ -// Generated by hobgoblin. - -#[derive(Debug, PartialEq)] -pub struct Square { - pub width: ::core::primitive::i32, -} -- cgit v1.2.3