mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 18:09:22 +02:00
deprecate WsWrite from top level mod
This commit is contained in:
@ -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")]
|
||||
|
Reference in New Issue
Block a user