Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Mar 4, 2024
1 parent 5a94297 commit de036d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/trie/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ pub mod updates;
mod progress;
pub use progress::{IntermediateStateRootState, StateRootProgress};

/// Trie metrics tracker.
/// Trie calculation stats.
pub mod stats;

/// Trie root metrics.
/// Trie calculation metrics.
#[cfg(feature = "metrics")]
pub mod metrics;

Expand Down

0 comments on commit de036d7

Please sign in to comment.