diff --git a/src/collector/sort_key/sort_key_computer.rs b/src/collector/sort_key/sort_key_computer.rs index ccfe44e05..6aab919a9 100644 --- a/src/collector/sort_key/sort_key_computer.rs +++ b/src/collector/sort_key/sort_key_computer.rs @@ -144,10 +144,7 @@ where HeadSortKeyComputer: SortKeyComputer, TailSortKeyComputer: SortKeyComputer, { - type SortKey = ( - ::SortKey, - ::SortKey, - ); + type SortKey = (HeadSortKeyComputer::SortKey, TailSortKeyComputer::SortKey); type Child = (HeadSortKeyComputer::Child, TailSortKeyComputer::Child); type Comparator = (