mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Rust 1.91 lints (#8340)
Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>
This commit is contained in:
@@ -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]),
|
||||
|
||||
Reference in New Issue
Block a user