From 8abf5363433e977c5393bb569e2a5d559cb0a602 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 29 Aug 2018 18:03:14 +0300 Subject: Grand refactoring --- crates/server/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crates/server/src/main.rs') diff --git a/crates/server/src/main.rs b/crates/server/src/main.rs index 1a93af65b..6af8bf81b 100644 --- a/crates/server/src/main.rs +++ b/crates/server/src/main.rs @@ -35,7 +35,7 @@ use crossbeam_channel::bounded; use flexi_logger::{Logger, Duplicate}; use ::{ - io::{Io, RawMsg, RawResponse, RawRequest, RawNotification}, + io::{Io, RawMsg, RawResponse, RawNotification}, }; pub type Result = ::std::result::Result; @@ -109,7 +109,6 @@ fn initialize(io: &mut Io) -> Result<()> { enum Task { Respond(RawResponse), - Request(RawRequest), Notify(RawNotification), Die(::failure::Error), } -- cgit v1.2.3