From 938fd42200a2fc3e66c8f90b8d57b52c333d534d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 31 Mar 2021 09:57:34 +0200 Subject: Remove unused imports Signed-off-by: Matthias Beyer --- src/path/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/path/mod.rs') diff --git a/src/path/mod.rs b/src/path/mod.rs index ac28400..c6de2a7 100644 --- a/src/path/mod.rs +++ b/src/path/mod.rs @@ -1,5 +1,4 @@ use error::*; -use nom::error::ErrorKind; use std::collections::HashMap; use std::str::FromStr; use value::{Value, ValueKind}; -- cgit v1.2.3