Fix ws clippy warnings

This commit is contained in:
Joakim Frostegård 2024-01-20 10:27:15 +01:00
parent 9d1bba5e92
commit c32fa7cc2b
5 changed files with 25 additions and 14 deletions

View file

@ -370,8 +370,6 @@ mod tests {
::simd_json::serde::from_str(&mut json).unwrap()
};
let success = info_hashes == deserialized;
success
info_hashes == deserialized
}
}