rename ReceivedCompoundPacket::context -> ctx
The latter matches other types within Retina.
This commit is contained in:
parent
eecea0b474
commit
8caa1d9ae3
@ -49,7 +49,7 @@ impl ReceivedCompoundPacket {
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn context(&self) -> &PacketContext {
|
||||
pub fn ctx(&self) -> &PacketContext {
|
||||
&self.ctx
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user