summaryrefslogtreecommitdiffstats
path: root/src/path/parser.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/parser.rs
parentd548ffe24fd4e53a1c441de71fcd8058790e6e41 (diff)
Remove unused imports
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/path/parser.rs')
-rw-r--r--src/path/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/parser.rs b/src/path/parser.rs
index 7a40cb5..6c873cb 100644
--- a/src/path/parser.rs
+++ b/src/path/parser.rs
@@ -8,7 +8,7 @@ use nom::{
sequence::{delimited, pair, preceded},
Err, IResult,
};
-use std::str::{from_utf8, FromStr};
+use std::str::FromStr;
fn raw_ident(i: &str) -> IResult<&str, String> {
map(