Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Sep 21, 2024
1 parent c8d6b43 commit 67c511f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion crates/mpt/src/test_util.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Testing utilities for `kona-mpt`
use crate::{ordered_trie_with_encoder, TrieDBFetcher};
use crate::{ordered_trie_with_encoder, TrieProvider};
use alloc::{collections::BTreeMap, vec::Vec};
use alloy_consensus::{Receipt, ReceiptEnvelope, ReceiptWithBloom, TxEnvelope, TxType};
use alloy_primitives::{keccak256, Bytes, Log, B256};
Expand Down
2 changes: 0 additions & 2 deletions crates/preimage/src/test_utils.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//! Test utilities for the `kona-preimage` crate.
extern crate std;

use os_pipe::{PipeReader, PipeWriter};
use std::io::Result;

Expand Down

0 comments on commit 67c511f

Please sign in to comment.