From 09dd58c172d70411e880450c8961a28dd127f76f Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Thu, 2 Jul 2026 11:07:28 +0100 Subject: Add generation header to generated Rust files --- examples/01-struct/output/rust/src/point.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/01-struct/output/rust/src') diff --git a/examples/01-struct/output/rust/src/point.rs b/examples/01-struct/output/rust/src/point.rs index 467b8a8..19ed5c8 100644 --- a/examples/01-struct/output/rust/src/point.rs +++ b/examples/01-struct/output/rust/src/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, -- cgit v1.2.3