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

@@ -3,8 +3,6 @@ use error::User::{InvalidStreamId, StreamReset};
use frame::{Frame, SettingSet};
use proto::*;
use futures::*;
#[derive(Debug)]
pub struct StreamSendOpen<T> {
inner: T,