From d0c6cc5511f5b953ca1a4184e6c7b903e4bb7450 Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Tue, 30 Jun 2026 21:23:51 +0100 Subject: Fully qualify Rust type expressions --- examples/03-list/output/rust/src/point.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/03-list/output/rust') diff --git a/examples/03-list/output/rust/src/point.rs b/examples/03-list/output/rust/src/point.rs index 25effb2..837233a 100644 --- a/examples/03-list/output/rust/src/point.rs +++ b/examples/03-list/output/rust/src/point.rs @@ -1,5 +1,5 @@ pub struct Path { - pub points: std::vec::Vec, + pub points: std::vec::Vec, } pub struct Point { -- cgit v1.2.3