summaryrefslogtreecommitdiffstats
path: root/src/file
diff options
context:
space:
mode:
authorsan.dai <san.dai@trantect.com>2018-06-25 16:38:06 +0800
committersan.dai <san.dai@trantect.com>2018-06-25 16:38:06 +0800
commitaa427d992894f4a098bd77b20d9f10801bc916e7 (patch)
tree16261830eab6dc805ce8253da5389168e4e35684 /src/file
parentf259b6069ddf92becdb5edf300b8e2c2841b4812 (diff)
option rust-ini
Diffstat (limited to 'src/file')
-rw-r--r--src/file/format/mod.rs2
1 files changed, 1 insertions, 1 deletions
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,