Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grovedb/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ pub use operations::get::{AxisAggregateValue, PathQueryRun};
// never name this type, so widening the gate here to `any(minimal, verify)`
// only breaks that cut on an unresolved import.
#[cfg(feature = "minimal")]
pub use operations::indexed_tree::IndexedTopKPage;
pub use operations::indexed_tree::{IndexedTopKKeysPage, IndexedTopKPage};
#[cfg(any(feature = "minimal", feature = "verify"))]
pub use query::{
aggregate_sum_path_query::AggregateSumPathQuery, AggregateKind, GroveBranchQueryResult,
Expand Down
Loading
Loading