mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 10:59:33 +00:00
deprecate WsWrite from top level mod
This commit is contained in:
parent
b043c34632
commit
e58b38fd13
1 changed files with 1 additions and 0 deletions
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue