Skip to content

Commit

Permalink
Expose protocol::buf::gap module (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedodd authored Jan 15, 2024
1 parent 6347782 commit d9f6342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/protocol/buf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ pub struct TypedGap<T> {

macro_rules! define_gap_types {
{$($n:ident => $f:ident($t:ty)),*$(,)*} => {
pub(crate) mod gap {
/// Types which implement `GapType`.
pub mod gap {
use super::*;
$(
#[derive(Copy, Clone, Debug)]
Expand Down

0 comments on commit d9f6342

Please sign in to comment.