Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jan 9, 2025
1 parent 85aeb8c commit 64f26bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grovedb/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ use grovedb_merk::{
tree::{combine_hash, value_hash},
BatchEntry, CryptoHash, KVIterator, Merk,
};
use grovedb_merk::{merk::tree_type::TreeType, tree::AggregateData};
#[cfg(any(feature = "full", feature = "verify"))]
pub use grovedb_merk::{merk::tree_type::TreeType, tree::AggregateData};
#[cfg(feature = "full")]
use grovedb_path::SubtreePath;
#[cfg(feature = "full")]
Expand Down

0 comments on commit 64f26bf

Please sign in to comment.