Skip to content

Commit

Permalink
Update API
Browse files Browse the repository at this point in the history
  • Loading branch information
hratoanina committed Feb 22, 2024
1 parent efd602f commit bcb3f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions mpt_trie/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#![deny(missing_debug_implementations)]
#![deny(missing_docs)]

pub mod debug_tools;
pub mod nibbles;
pub mod partial_trie;
pub mod special_query;
Expand All @@ -24,8 +25,5 @@ pub mod trie_ops;
pub mod trie_subsets;
pub mod utils;

#[cfg(feature = "trie_debug")]
pub mod debug_tools;

#[cfg(test)]
pub(crate) mod testing_utils;
2 changes: 1 addition & 1 deletion trace_decoder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#![allow(unused)]
#![allow(private_interfaces)]

mod compact;
pub mod compact;
pub mod decoding;
mod deserializers;
pub mod processed_block_trace;
Expand Down

0 comments on commit bcb3f9d

Please sign in to comment.