Shuffle around the sync/future modules

This commit is contained in:
Tim Kuehn
2016-12-26 16:02:44 -05:00
parent 18cbbe5b15
commit 5dbfa99d0b
5 changed files with 24 additions and 15 deletions

View File

@@ -3,9 +3,10 @@
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.
use {REMOTE, net2};
use net2;
use bincode::serde::DeserializeError;
use errors::WireError;
use future::REMOTE;
use protocol::Proto;
use futures::{self, Async, Future, Stream};
use serde::{Deserialize, Serialize};