Skip to content

Commit 83194e7

Browse files
committed
remove pub
Signed-off-by: Nikolaos Dymitriadis <[email protected]>
1 parent 7243107 commit 83194e7

File tree

1 file changed

+1
-1
lines changed
  • toolkit/primitives/selection/src

1 file changed

+1
-1
lines changed

toolkit/primitives/selection/src/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ macro_rules! assert_subset {
1212
}
1313
pub(crate) use assert_subset;
1414

15-
pub type CandidatesWithWeights = Vec<(String, Weight)>;
15+
type CandidatesWithWeights = Vec<(String, Weight)>;
1616

1717
#[derive(Clone)]
1818
struct TestWeightedCandidates(CandidatesWithWeights, [u8; 32]);

0 commit comments

Comments
 (0)