Skip to content

Commit 97205c4

Browse files
cosziotimvisee
authored andcommitted
fix doctest
1 parent 6f5d056 commit 97205c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builders/mmr_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl MmrBuilder {
6666
new
6767
}
6868

69-
fn build(self) -> Mmr {
69+
pub fn build(self) -> Mmr {
7070
Mmr {
7171
diversity: self.diversity.unwrap_or_default(),
7272
candidates_limit: self.candidates_limit.unwrap_or_default(),

0 commit comments

Comments
 (0)