Skip to content

Commit

Permalink
Update crates/engine/tree/src/tree/root.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Shekhirin <[email protected]>
  • Loading branch information
fgimenez and shekhirin committed Nov 27, 2024
1 parent 776cef8 commit 6b3d67a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/engine/tree/src/tree/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ pub(crate) struct StateRootConfig<Factory> {

/// Wrapper for std channel receiver to maintain compatibility with `UnboundedReceiverStream`
#[derive(Debug)]
#[allow(dead_code)]
pub(crate) struct StdReceiverStream {
rx: Receiver<EvmState>,
}
Expand Down

0 comments on commit 6b3d67a

Please sign in to comment.