1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-13 02:39:32 +00:00

fix ws doc string

This commit is contained in:
Nikolay Kim 2017-10-21 15:40:16 -07:00
parent 4560ca17b2
commit 0d6e42e748

View file

@ -57,11 +57,6 @@
//! }
//! }
//!
//! impl ResponseType<ws::Message> for WsRoute {
//! type Item = ();
//! type Error = ();
//! }
//!
//! fn main() {}
//! ```
use std::vec::Vec;