diff --git a/src/protocol/packets.rs b/src/protocol/packets.rs index 0ad9931..c0f6341 100644 --- a/src/protocol/packets.rs +++ b/src/protocol/packets.rs @@ -1,6 +1,9 @@ //! Packet definitions and related types. //! //! See for more packet documentation. +//! +//! **NOTE**: The names of packets should match the names in `packets.json` +//! where reasonable. #![macro_use]