Move state into proto::streams

This commit is contained in:
Carl Lerche
2017-08-02 12:57:49 -07:00
parent 341e15769e
commit 22ebf186c6
6 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ mod framed_read;
mod framed_write;
mod ping_pong;
mod settings;
mod state;
mod streams;
pub use self::connection::Connection;