Rust 1.91 lints (#8340)

Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>
This commit is contained in:
Eitan Seri-Levi
2025-10-31 01:08:37 -07:00
committed by GitHub
parent 5978b4a677
commit 55588f7789
5 changed files with 7 additions and 12 deletions

View File

@@ -291,7 +291,7 @@ mod tests {
#[tokio::test]
async fn test_encryption() {
let mut key_cache = KeyCache::new();
let keypairs = vec![Keypair::random(), Keypair::random()];
let keypairs = [Keypair::random(), Keypair::random()];
let uuids = vec![Uuid::from_u128(1), Uuid::from_u128(2)];
let passwords = vec![
PlainText::from(vec![1, 2, 3, 4, 5, 6]),