1
0
Fork 0
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:
Nikolay Kim 2018-05-09 06:12:16 -07:00
parent b043c34632
commit e58b38fd13

View file

@ -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")]