mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-04-24 17:02:16 +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!(
|
||||
result,
|
||||
match target {
|
||||
Value::Array(vec) => vec.clone(),
|
||||
Value::Array(vec) => vec,
|
||||
_ => panic!("Give me the Array!"),
|
||||
},
|
||||
"{}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user