@@ -511,7 +511,6 @@ impl<'u> ClientBuilder<'u> {
511
511
/// # extern crate rand;
512
512
/// # extern crate tokio;
513
513
/// # extern crate futures;
514
- /// # extern crate websocket;
515
514
/// use websocket::ClientBuilder;
516
515
/// use websocket::futures::{Future, Stream, Sink};
517
516
/// use websocket::Message;
@@ -597,7 +596,6 @@ impl<'u> ClientBuilder<'u> {
597
596
/// ```no_run
598
597
/// # extern crate tokio;
599
598
/// # extern crate futures;
600
- /// # extern crate websocket;
601
599
/// use websocket::ClientBuilder;
602
600
/// use websocket::futures::{Future, Stream, Sink};
603
601
/// use websocket::Message;
@@ -660,7 +658,6 @@ impl<'u> ClientBuilder<'u> {
660
658
/// ```no_run
661
659
/// # extern crate tokio;
662
660
/// # extern crate futures;
663
- /// # extern crate websocket;
664
661
/// use websocket::ClientBuilder;
665
662
/// use websocket::futures::{Future, Stream, Sink};
666
663
/// use websocket::Message;
@@ -709,7 +706,6 @@ impl<'u> ClientBuilder<'u> {
709
706
///
710
707
/// ```rust
711
708
/// # extern crate tokio;
712
- /// # extern crate websocket;
713
709
/// use websocket::header::WebSocketProtocol;
714
710
/// use websocket::ClientBuilder;
715
711
/// use websocket::sync::stream::ReadWritePair;
0 commit comments