Fix clippy warnings

This commit is contained in:
freestrings 2020-01-07 00:07:55 +09:00
parent cc5ce6f65f
commit 9fa0f74ce9

View File

@ -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!"),
},
"{}",