mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-26 21:20:40 +00:00
cosmetic refactor
This commit is contained in:
@@ -623,8 +623,8 @@ impl<T: IntermediateInnerCollector> SegmentStatsCollector<T> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: IntermediateInnerCollector + Debug + Clone + 'static> SegmentAggregationCollector
|
||||
for SegmentStatsCollector<T>
|
||||
impl<T> SegmentAggregationCollector for SegmentStatsCollector<T>
|
||||
where T: IntermediateInnerCollector + Debug + Clone + 'static
|
||||
{
|
||||
#[inline]
|
||||
fn add_intermediate_aggregation_result(
|
||||
|
||||
Reference in New Issue
Block a user