summaryrefslogtreecommitdiffstats
path: root/src/path/mod.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-31 09:57:34 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-09 09:47:11 +0200
commit938fd42200a2fc3e66c8f90b8d57b52c333d534d (patch)
tree01ef0b51dd76709835210c3a3fe3d9acaf6ecd8f /src/path/mod.rs
parentd548ffe24fd4e53a1c441de71fcd8058790e6e41 (diff)
Remove unused imports
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/path/mod.rs')
-rw-r--r--src/path/mod.rs1
1 files changed, 0 insertions, 1 deletions
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};