From 4feeaeef493868893243a8db6cc39dfcbe85ae5d Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 13 Jan 2026 15:49:07 +0000 Subject: [PATCH] deploy: 673dc9c3587773ddeeaf6071e6f6973c2135413d --- pr/255/docs/src/iroh_quinn_proto/packet.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),