diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-14 21:15:55 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-14 21:15:55 +0100 |
| commit | 3e9a68f0235158f5ee2c70cb6b319b26e42fd810 (patch) | |
| tree | 7f6ac5762feb9bff047f67e7e77ba48f9fc45e96 /examples/05-list/output | |
| parent | e5f4a367a810d70a6f2cbe048ca1fd78549f1d28 (diff) | |
Combine Rust notions of paths
Diffstat (limited to 'examples/05-list/output')
| -rw-r--r-- | examples/05-list/output/rust/src/point.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/05-list/output/rust/src/point.rs b/examples/05-list/output/rust/src/point.rs index e7308db..d80a831 100644 --- a/examples/05-list/output/rust/src/point.rs +++ b/examples/05-list/output/rust/src/point.rs @@ -2,7 +2,7 @@ #[derive(Debug, PartialEq)] pub struct Path { - pub points: ::std::vec::Vec<crate::point::Point>, + pub points: ::std::vec::Vec::<crate::point::Point>, } #[derive(Debug, PartialEq)] |
