mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-23 15:24:36 +01:00
deprecate WsWrite from top level mod
This commit is contained in:
parent
b043c34632
commit
e58b38fd13
@ -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…
x
Reference in New Issue
Block a user