aboutsummaryrefslogtreecommitdiffstats
path: root/mumd
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-10-17 18:45:51 +0200
committerEskil Queseth <eskilq@kth.se>2020-10-17 18:45:51 +0200
commit74a64c249e0371890f4bb03ee8cd17b5059ddc4c (patch)
tree2569a3f2537abe543fed02723634d8dcfb39484e /mumd
parentb1c1c227a0f5c171726f16f4f474536a718fd56f (diff)
downloadmum-74a64c249e0371890f4bb03ee8cd17b5059ddc4c.tar.gz
minor changes
Diffstat (limited to 'mumd')
-rw-r--r--mumd/src/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/src/state.rs b/mumd/src/state.rs
index 623cfba..62ba865 100644
--- a/mumd/src/state.rs
+++ b/mumd/src/state.rs
@@ -9,7 +9,7 @@ use mumlib::command::{Command, CommandResponse};
use mumlib::state::Server;
use std::net::ToSocketAddrs;
use tokio::sync::{mpsc, watch};
-use mumlib::error::{Error, ChannelIdentifierError};
+use mumlib::error::{ChannelIdentifierError, Error};
#[derive(Clone, Debug, Eq, PartialEq)]
pub enum StatePhase {