fix: use alloc::vec::Vec (#14423)

This commit is contained in:
Aurélien
2025-02-11 21:53:47 +01:00
committed by GitHub
parent b7dfd5447f
commit 302aa0b901

View File

@ -12,7 +12,7 @@
extern crate alloc;
use alloc::sync::Arc;
use alloc::{sync::Arc, vec::Vec};
use alloy_consensus::{BlockHeader, Header};
use alloy_primitives::{Address, U256};
use core::fmt::Debug;