mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-04-25 09:22:19 +00:00
Fix clippy warnings
This commit is contained in:
parent
cc5ce6f65f
commit
9fa0f74ce9
@ -41,7 +41,7 @@ pub fn select_and_then_compare(path: &str, json: Value, target: Value) {
|
|||||||
assert_eq!(
|
assert_eq!(
|
||||||
result,
|
result,
|
||||||
match target {
|
match target {
|
||||||
Value::Array(vec) => vec.clone(),
|
Value::Array(vec) => vec,
|
||||||
_ => panic!("Give me the Array!"),
|
_ => panic!("Give me the Array!"),
|
||||||
},
|
},
|
||||||
"{}",
|
"{}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user