summaryrefslogtreecommitdiffstats
path: root/src/path/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/path/mod.rs')
-rw-r--r--src/path/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/mod.rs b/src/path/mod.rs
index 7fe6e44..f63deee 100644
--- a/src/path/mod.rs
+++ b/src/path/mod.rs
@@ -1,5 +1,5 @@
use error::*;
-use nom::ErrorKind;
+use nom::error::ErrorKind;
use std::collections::HashMap;
use std::str::FromStr;
use value::{Value, ValueKind};