Skip to content

Commit

Permalink
deprecate WsWrite from top level mod
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed May 9, 2018
1 parent b043c34 commit e58b38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ pub use json::Json;
pub use scope::Scope;

#[doc(hidden)]
#[deprecated(since = "0.6.2", note = "please use `use actix_web::ws::WsWriter`")]
pub use ws::WsWriter;

#[cfg(feature = "openssl")]
Expand Down

0 comments on commit e58b38f

Please sign in to comment.