From: Ian Jackson Date: Thu, 5 Aug 2021 00:07:50 +0000 (+0100) Subject: config: Note a problem with ini X-Git-Tag: hippotat/1.0.0~322 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=14f3f9758b80fb5d0a8d3bd785255acf1ca5368a;p=hippotat.git config: Note a problem with ini Signed-off-by: Ian Jackson --- diff --git a/src/config.rs b/src/config.rs index a12d1b2..dd4950e 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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)]