mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
fix ws doc string
This commit is contained in:
parent
4560ca17b2
commit
0d6e42e748
1 changed files with 0 additions and 5 deletions
|
@ -57,11 +57,6 @@
|
||||||
//! }
|
//! }
|
||||||
//! }
|
//! }
|
||||||
//!
|
//!
|
||||||
//! impl ResponseType<ws::Message> for WsRoute {
|
|
||||||
//! type Item = ();
|
|
||||||
//! type Error = ();
|
|
||||||
//! }
|
|
||||||
//!
|
|
||||||
//! fn main() {}
|
//! fn main() {}
|
||||||
//! ```
|
//! ```
|
||||||
use std::vec::Vec;
|
use std::vec::Vec;
|
||||||
|
|
Loading…
Reference in a new issue