diff --git a/src/protocol/buf.rs b/src/protocol/buf.rs index 120f4a0..087a822 100644 --- a/src/protocol/buf.rs +++ b/src/protocol/buf.rs @@ -199,7 +199,8 @@ pub struct TypedGap { 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)]