Skip to content

Commit c54aff7

Browse files
committed
kona-providers-alloy: drop unused HashMap import left by develop merge
Develop's #22466 removed the HashMap collect in beacon_client.rs; the merge resolution kept this branch's import line, which all-features clippy rejects as an unused import. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WEDeDWcHt2X1mZYhvHmnZ5
1 parent 3e4b5e6 commit c54aff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/kona/crates/providers/providers-alloy/src/beacon_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use alloy_primitives::{B256, FixedBytes};
1010
use async_trait::async_trait;
1111
use c_kzg::Blob;
1212
use reqwest::{self, Client};
13-
use std::{boxed::Box, collections::HashMap, format, string::String, sync::Arc, vec::Vec};
13+
use std::{boxed::Box, format, string::String, sync::Arc, vec::Vec};
1414
use thiserror::Error;
1515

1616
/// The config spec engine api method.

0 commit comments

Comments
 (0)