diff --git a/src/utils/sort_pairs.rs b/src/utils/sort_pairs.rs index b088a25b..d5129fef 100644 --- a/src/utils/sort_pairs.rs +++ b/src/utils/sort_pairs.rs @@ -31,8 +31,8 @@ pub type BitReader = BufBitReader>>; /// nodes. #[derive(Clone, Debug, Copy)] pub struct Triple { - pair: [usize; 2], - label: L, + pub pair: [usize; 2], + pub label: L, } impl RadixKey for Triple {