From 0d6e42e7480e0754faee6425c142e67d39ddc709 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 21 Oct 2017 15:40:16 -0700 Subject: [PATCH] fix ws doc string --- src/ws.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ws.rs b/src/ws.rs index 582c09e1..fb4d3b10 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;