We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0fe64 commit 12d3f00Copy full SHA for 12d3f00
crates/rsonpath-lib/src/query/automaton.rs
@@ -10,7 +10,7 @@ use super::{error::CompilerError, JsonPathQuery, Label, NonNegativeArrayIndex};
10
use crate::debug;
11
use nfa::NondeterministicAutomaton;
12
use smallvec::SmallVec;
13
-use std::{fmt::Display, ops::Index, borrow::Borrow};
+use std::{fmt::Display, ops::Index};
14
15
/// A minimal, deterministic automaton representing a JSONPath query.
16
#[derive(Debug, PartialEq, Eq)]
0 commit comments