From 09220de61c6376fc0dd1c74ef8f01834bbbd5791 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 Apr 2021 19:54:21 +0100 Subject: [PATCH] shapelib-toml: Add an internal comment Signed-off-by: Ian Jackson --- src/shapelib-toml.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/shapelib-toml.rs b/src/shapelib-toml.rs index 4b03ba9d..b5736292 100644 --- a/src/shapelib-toml.rs +++ b/src/shapelib-toml.rs @@ -48,6 +48,10 @@ pub struct LibraryTomlFile { /// implementation convenient (for complicated reasons). At the /// library TOML file level, there is no meaningful difference between /// the fields in this struct, and the ones in `GroupDetails` +// +// At the implementation level, each loaded item contains an +// `Arc`, which is simply stored directly. The +// `GroupDefn` is processed. #[derive(Debug,Deserialize)] pub struct GroupDefn { /// `files` is a multi-line string, each line of which has three -- 2.30.2