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,6 +1,6 @@
use {ConnectionError, StreamId};
use ConnectionError;
use frame::{Frame, Ping, SettingSet};
use proto::{ApplySettings, ReadySink, ControlStreams, FlowControlState};
use proto::{ApplySettings, ReadySink};
use futures::*;