From f03d0d1d8def80c905a59c2bba9722d21a95ffae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 15 Jun 2021 13:30:45 +0200 Subject: remove cruft --- mumlib/src/command.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mumlib') 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}; -- cgit v1.2.1