Skip to content

Commit a0c8efe

Browse files
committed
Expose TopOrderable.
1 parent 2aae700 commit a0c8efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/collector/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub use self::multi_collector::{FruitHandle, MultiCollector, MultiFruit};
9797
mod top_collector;
9898

9999
mod top_orderable;
100-
pub use self::top_orderable::{Feature, FieldFeature, ScoreFeature};
100+
pub use self::top_orderable::{Feature, FieldFeature, ScoreFeature, TopOrderable};
101101

102102
mod top_score_collector;
103103
pub use self::top_collector::ComparableDoc;

0 commit comments

Comments
 (0)