Skip to content

Commit

Permalink
touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Feb 4, 2025
1 parent c56b466 commit 606f2bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/trie/trie/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ pub use rayon::*;
#[cfg(feature = "rayon")]
use rayon::prelude::{IntoParallelIterator, ParallelIterator};

#[cfg(not(feature = "rayon"))]
pub use std::iter::*;

/// Representation of in-memory hashed state.
#[derive(PartialEq, Eq, Clone, Default, Debug)]
pub struct HashedPostState {
Expand Down

0 comments on commit 606f2bd

Please sign in to comment.