mirror of
https://github.com/actix/actix-web.git
synced 2025-01-30 19:08: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;
|
pub use scope::Scope;
|
||||||
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
|
#[deprecated(since = "0.6.2", note = "please use `use actix_web::ws::WsWriter`")]
|
||||||
pub use ws::WsWriter;
|
pub use ws::WsWriter;
|
||||||
|
|
||||||
#[cfg(feature = "openssl")]
|
#[cfg(feature = "openssl")]
|
||||||
|
|
Loading…
Reference in a new issue