aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-10-17 15:00:27 +0200
committerEskil Queseth <eskilq@kth.se>2020-10-17 15:00:27 +0200
commitee2e621d5b19de08becd33c13520f8826407cf84 (patch)
tree3c6af50d9c81cd0ef161876d4032b364e799d082 /mumctl
parente2f5c15e17d0ddcde88830194410c387793c045f (diff)
downloadmum-ee2e621d5b19de08becd33c13520f8826407cf84.tar.gz
change data in response to channel-list to a tree
Diffstat (limited to 'mumctl')
-rw-r--r--mumctl/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs
index ae4acc5..97dba53 100644
--- a/mumctl/src/main.rs
+++ b/mumctl/src/main.rs
@@ -1,5 +1,5 @@
use clap::{App, AppSettings, Arg, Shell, SubCommand};
-use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
+use ipc_channel::ipc::{self, IpcSender};
use log::*;
use mumlib::command::{Command, CommandResponse};
use mumlib::setup_logger;