rename ReceivedCompoundPacket::context -> ctx

The latter matches other types within Retina.
This commit is contained in:
Scott Lamb 2022-05-11 08:29:23 -07:00
parent eecea0b474
commit 8caa1d9ae3

View File

@ -49,7 +49,7 @@ impl ReceivedCompoundPacket {
} }
#[inline] #[inline]
pub fn context(&self) -> &PacketContext { pub fn ctx(&self) -> &PacketContext {
&self.ctx &self.ctx
} }