summaryrefslogtreecommitdiffstats
path: root/src/path/parser.rs
diff options
context:
space:
mode:
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(