From 3e9a68f0235158f5ee2c70cb6b319b26e42fd810 Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Tue, 14 Jul 2026 21:15:55 +0100 Subject: Combine Rust notions of paths --- examples/05-list/output/rust/src/point.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/05-list/output/rust/src/point.rs') 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, + pub points: ::std::vec::Vec::, } #[derive(Debug, PartialEq)] -- cgit v1.2.3