summaryrefslogtreecommitdiffstats
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs
index e305750..d7beeaf 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -41,7 +41,7 @@ pub enum ConfigError {
NotFound(String),
/// Configuration path could not be parsed.
- PathParse(nom::ErrorKind),
+ PathParse(nom::error::ErrorKind),
/// Configuration could not be parsed from file.
FileParse {