Skip to content

Commit cd0d4be

Browse files
committed
fix maps struct visibility
1 parent f240fd2 commit cd0d4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl<I> Iterator for Pairs<I>
2929
}
3030
}
3131

32-
struct Maps<'a, I: 'a> {
32+
pub struct Maps<'a, I: 'a> {
3333
pairs: &'a mut Pairs<I>,
3434
sep: &'a str,
3535
value: Option<String>,

0 commit comments

Comments
 (0)