clear some warnings

This commit is contained in:
Oliver Gould
2017-07-20 18:29:36 +00:00
parent a62d3dda54
commit 44edd6a4d4
10 changed files with 18 additions and 39 deletions

View File

@@ -1,9 +1,9 @@
use {ConnectionError, Frame};
use client::Client;
use error;
use frame::{self, SettingSet, StreamId};
use frame::{self, StreamId};
use proto::*;
use proto::ping_pong::PingPayload;
//use proto::ping_pong::PingPayload;
use server::Server;
use bytes::{Bytes, IntoBuf};