summaryrefslogtreecommitdiff
path: root/examples/08-custom-code/output/rust/src/gen
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-07-24 17:59:45 +0100
committerMichael Williamson <mike@zwobble.org>2026-07-24 17:59:45 +0100
commit2bc23bdc7fe01fc5921be8e09f405a8a1fd7bd65 (patch)
tree9df07f8aeba21f4fb91e23fcc8d1c7a4a57a42eb /examples/08-custom-code/output/rust/src/gen
parentc8baf035c5a1705b957931f56f9162125803e554 (diff)
Add Shared type
Diffstat (limited to 'examples/08-custom-code/output/rust/src/gen')
-rw-r--r--examples/08-custom-code/output/rust/src/gen/shapes.rs6
1 files changed, 0 insertions, 6 deletions
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,
-}