diff --git a/src/ws.rs b/src/ws.rs index 582c09e14..fb4d3b10a 100644 --- a/src/ws.rs +++ b/src/ws.rs @@ -57,11 +57,6 @@ //! } //! } //! -//! impl ResponseType for WsRoute { -//! type Item = (); -//! type Error = (); -//! } -//! //! fn main() {} //! ``` use std::vec::Vec;