From aa427d992894f4a098bd77b20d9f10801bc916e7 Mon Sep 17 00:00:00 2001 From: "san.dai" Date: Mon, 25 Jun 2018 16:38:06 +0800 Subject: option rust-ini --- src/file/format/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/file') diff --git a/src/file/format/mod.rs b/src/file/format/mod.rs index 65e2914..c01c386 100644 --- a/src/file/format/mod.rs +++ b/src/file/format/mod.rs @@ -39,7 +39,7 @@ pub enum FileFormat { /// HJSON (parsed with serde_hjson) #[cfg(feature = "hjson")] Hjson, - /// INI (parsed with serde_hjson) + /// INI (parsed with rust_ini) #[cfg(feature = "ini")] Ini, -- cgit v1.2.3