mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03: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…
Add table
Add a link
Reference in a new issue