diff options
Diffstat (limited to 'examples/01-struct/output/rust/src')
| -rw-r--r-- | examples/01-struct/output/rust/src/point.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/01-struct/output/rust/src/point.rs b/examples/01-struct/output/rust/src/point.rs index 19ed5c8..f2d7ffc 100644 --- a/examples/01-struct/output/rust/src/point.rs +++ b/examples/01-struct/output/rust/src/point.rs @@ -8,6 +8,6 @@ pub struct Line { /// A 2D point. pub struct Point { - pub x: i32, - pub y: i32, + pub x: ::core::primitive::i32, + pub y: ::core::primitive::i32, } |
