summaryrefslogtreecommitdiff
path: root/examples/04-native-type
diff options
context:
space:
mode:
Diffstat (limited to 'examples/04-native-type')
-rw-r--r--examples/04-native-type/output/rust/src/gen/point.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/04-native-type/output/rust/src/gen/point.rs b/examples/04-native-type/output/rust/src/gen/point.rs
index c2940f5..01c9d43 100644
--- a/examples/04-native-type/output/rust/src/gen/point.rs
+++ b/examples/04-native-type/output/rust/src/gen/point.rs
@@ -1,3 +1,5 @@
+// Generated by hobgoblin.
+
/// A straight line from one point to another.
pub struct Line {
pub start: crate::point::Point,