chiark / gitweb /
config: Note a problem with ini
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 5 Aug 2021 00:07:50 +0000 (01:07 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 5 Aug 2021 00:07:50 +0000 (01:07 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/config.rs

index a12d1b2e1e62a7a46bc395a73597f49bc8832989..dd4950e1c6116312c6823d7f3b5913154943cadc 100644 (file)
@@ -4,7 +4,7 @@
 
 use crate::prelude::*;
 
-use configparser::ini::Ini;
+use configparser::ini::Ini; // xxx ignores empty sections, fix or replace
 
 #[derive(hippotat_macros::ResolveConfig)]
 #[derive(Debug,Clone)]