diff options
Diffstat (limited to 'src/server/cmd/commands/action.rs')
| -rw-r--r-- | src/server/cmd/commands/action.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/server/cmd/commands/action.rs b/src/server/cmd/commands/action.rs index e3ed44d..8d1fb0b 100644 --- a/src/server/cmd/commands/action.rs +++ b/src/server/cmd/commands/action.rs @@ -2,9 +2,10 @@ // SPDX-License-Identifier: GPL-3.0-only // TODO: of2m-ify -// Of2m-ifying isn't much of a priority right now as the whole action ordeal hasn't been fully -// dissected yet. -// Once more is known about the inner working of actions, it will be of2m-ified. +// +// Of2m-ifying isn't much of a priority right now as the whole action ordeal +// hasn't been fully dissected yet. Once more is known about the inner working +// of actions, it will be of2m-ified. use bytes::{BufMut, BytesMut}; |