clear some warnings
This commit is contained in:
		| @@ -1,14 +1,8 @@ | ||||
| use {Peer, StreamId}; | ||||
| use error::{ConnectionError, Reason}; | ||||
| use {ConnectionError, Peer}; | ||||
| use error::Reason::*; | ||||
| use error::User::*; | ||||
| use proto::{FlowControlState, WindowSize}; | ||||
|  | ||||
| use fnv::FnvHasher; | ||||
| use ordermap::{Entry, OrderMap}; | ||||
| use std::hash::BuildHasherDefault; | ||||
| use std::marker::PhantomData; | ||||
|  | ||||
| /// Represents the state of an H2 stream | ||||
| /// | ||||
| /// ```not_rust | ||||
|   | ||||
		Reference in New Issue
	
	Block a user