diff --git a/pr/255/docs/src/iroh_quinn_proto/packet.rs.html b/pr/255/docs/src/iroh_quinn_proto/packet.rs.html index 9955a44e4..201073a16 100644 --- a/pr/255/docs/src/iroh_quinn_proto/packet.rs.html +++ b/pr/255/docs/src/iroh_quinn_proto/packet.rs.html @@ -926,7 +926,7 @@ 926 /// Returns the next higher packet space. 927 /// 928 /// Returns `None` if at [`SpaceId::Data`]. -929 pub fn next(&self) -> Option<Self> { +929 pub(crate) fn next(&self) -> Option<Self> { 930 match self { 931 Self::Initial => Some(Self::Handshake), 932 Self::Handshake => Some(Self::Data),