diff options
Diffstat (limited to 'examples/02-struct-singleton/output/rust')
| -rw-r--r-- | examples/02-struct-singleton/output/rust/src/point.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/02-struct-singleton/output/rust/src/point.rs b/examples/02-struct-singleton/output/rust/src/point.rs index e2d608c..866f0c5 100644 --- a/examples/02-struct-singleton/output/rust/src/point.rs +++ b/examples/02-struct-singleton/output/rust/src/point.rs @@ -1,5 +1,4 @@ // Generated by hobgoblin. #[derive(Debug, Hash, PartialEq)] -pub struct Origin { -} +pub struct Origin; |
