We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7243107 commit 83194e7Copy full SHA for 83194e7
toolkit/primitives/selection/src/tests.rs
@@ -12,7 +12,7 @@ macro_rules! assert_subset {
12
}
13
pub(crate) use assert_subset;
14
15
-pub type CandidatesWithWeights = Vec<(String, Weight)>;
+type CandidatesWithWeights = Vec<(String, Weight)>;
16
17
#[derive(Clone)]
18
struct TestWeightedCandidates(CandidatesWithWeights, [u8; 32]);
0 commit comments