mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
fixup unused doc comment warning
This commit is contained in:
parent
3bf551706e
commit
a05bca460e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user