From 6e7d4525fdb1dea1cb767a7208aafc1f00eda9d0 Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Thu, 2 Jul 2026 15:47:15 +0100 Subject: Renumber enum example to be earlier, with other types --- examples/06-custom-code/output/rust/src/gen/shapes.rs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 examples/06-custom-code/output/rust/src/gen/shapes.rs (limited to 'examples/06-custom-code/output/rust/src/gen/shapes.rs') diff --git a/examples/06-custom-code/output/rust/src/gen/shapes.rs b/examples/06-custom-code/output/rust/src/gen/shapes.rs deleted file mode 100644 index b85ad8c..0000000 --- a/examples/06-custom-code/output/rust/src/gen/shapes.rs +++ /dev/null @@ -1,5 +0,0 @@ -// Generated by hobgoblin. - -pub struct Square { - pub width: i32, -} -- cgit v1.2.3