diff --git a/src/server/codec.rs b/src/server/codec.rs index 8bc236a35..4c32db539 100644 --- a/src/server/codec.rs +++ b/src/server/codec.rs @@ -199,10 +199,10 @@ macro_rules! pdu { } } -/// Defines the Pdu enum. -/// Each struct has an explicit identifying number. -/// This allows removal of obsolete structs, -/// and defining newer structs as the protocol evolves. +// Defines the Pdu enum. +// Each struct has an explicit identifying number. +// This allows removal of obsolete structs, +// and defining newer structs as the protocol evolves. pdu! { Ping: 1, Pong: 2,