summaryrefslogtreecommitdiffstats
path: root/src/path/mod.rs
diff options
context:
space:
mode:
authorGeoffroy Couprie <geo.couprie@gmail.com>2019-06-27 15:54:37 +0200
committerGeoffroy Couprie <geo.couprie@gmail.com>2019-06-27 15:54:37 +0200
commit04e85ead3539fbbcc0f091601ac38c7e2f39b2e5 (patch)
tree681361811b643dc43c57564334c0471aab113b83 /src/path/mod.rs
parentad29f8f83566366671e6affd3887079d7165f5f9 (diff)
port to nom 5
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};