We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4913fd8 + 2ca1e9a commit ea16440Copy full SHA for ea16440
catalyst-toolbox/src/snapshot/voting_group.rs
@@ -71,7 +71,7 @@ impl VotingGroupAssigner for RepsVotersAssigner {
71
}
72
73
74
-#[cfg(test)]
+#[cfg(any(test, feature = "test-api"))]
75
impl<F> VotingGroupAssigner for F
76
where
77
F: Fn(&Identifier) -> VotingGroup,
0 commit comments