Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jan 16, 2025
1 parent fcfee9e commit 7760e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merk/src/tree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ use kv::KV;
pub use link::Link;
#[cfg(feature = "minimal")]
pub use ops::{AuxMerkBatch, BatchEntry, MerkBatch, Op, PanicSource};
#[cfg(any(feature = "minimal", feature = "verify"))]
#[cfg(feature = "minimal")]
pub use tree_feature_type::AggregateData;
#[cfg(any(feature = "minimal", feature = "verify"))]
pub use tree_feature_type::TreeFeatureType;
Expand Down

0 comments on commit 7760e04

Please sign in to comment.