From 47005637b70b67bf8002cd164f8a90d06252fbe9 Mon Sep 17 00:00:00 2001 From: Thomas Coratger Date: Thu, 26 Sep 2024 19:28:04 +0200 Subject: [PATCH] fix doc test --- testing/testing-utils/src/genesis_allocator.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/testing-utils/src/genesis_allocator.rs b/testing/testing-utils/src/genesis_allocator.rs index d2da3bbabd28..ebdef9eb1932 100644 --- a/testing/testing-utils/src/genesis_allocator.rs +++ b/testing/testing-utils/src/genesis_allocator.rs @@ -18,8 +18,8 @@ use std::{ /// /// # Example /// ``` -/// # use alloy_primitives::Address; -/// # use reth_primitives::{U256, hex, Bytes}; +/// # use alloy_primitives::{Address, U256}; +/// # use reth_primitives::{hex, Bytes}; /// # use reth_testing_utils::GenesisAllocator; /// # use std::str::FromStr; /// let mut allocator = GenesisAllocator::default();