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

@@ -2091,7 +2091,7 @@ async fn import_remotekey_web3signer_disabled() {
// Import web3signers.
tester
.client
.post_lighthouse_validators_web3signer(&vec![web3signer_req])
.post_lighthouse_validators_web3signer(&[web3signer_req])
.await
.unwrap();
@@ -2146,7 +2146,7 @@ async fn import_remotekey_web3signer_enabled() {
// Import web3signers.
tester
.client
.post_lighthouse_validators_web3signer(&vec![web3signer_req.clone()])
.post_lighthouse_validators_web3signer(&[web3signer_req.clone()])
.await
.unwrap();