diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-15 13:30:45 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-06-15 13:30:45 +0200 |
| commit | f03d0d1d8def80c905a59c2bba9722d21a95ffae (patch) | |
| tree | 718977915932f462ccb25b8a65fe99a749bf892d | |
| parent | 1aec4a2385cc134ffd189e122f8b77c975e3dcb2 (diff) | |
| download | mum-f03d0d1d8def80c905a59c2bba9722d21a95ffae.tar.gz | |
remove cruft
| -rw-r--r-- | mumlib/src/command.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index 3c56130..79343cf 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -1,6 +1,5 @@ -//! [Command]s can be sent from a controller to mumd who might respond with a -//! [CommandResponse]. The commands and their responses are serializable and -//! can be sent in any way you want. +//! [Command]s can be sent from a controller to mumd which might respond with a +//! [CommandResponse]. use crate::state::{Channel, Server}; |
