From 04e85ead3539fbbcc0f091601ac38c7e2f39b2e5 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Thu, 27 Jun 2019 15:54:37 +0200 Subject: port to nom 5 --- src/path/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path/mod.rs') 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}; -- cgit v1.2.3