summaryrefslogtreecommitdiff
path: root/examples/08-custom-code/output/rust/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/08-custom-code/output/rust/src')
-rw-r--r--examples/08-custom-code/output/rust/src/gen/shapes.rs2
1 files changed, 1 insertions, 1 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
index b85ad8c..d0710bb 100644
--- a/examples/08-custom-code/output/rust/src/gen/shapes.rs
+++ b/examples/08-custom-code/output/rust/src/gen/shapes.rs
@@ -1,5 +1,5 @@
// Generated by hobgoblin.
pub struct Square {
- pub width: i32,
+ pub width: ::core::primitive::i32,
}