From bfb93cae669547cccd9acbdb6d44c8d1eee2dcf3 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 19 Jun 2018 19:19:31 +0600 Subject: [PATCH] Update connector.rs --- src/client/connector.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/connector.rs b/src/client/connector.rs index 2d70ff06c..e094fd0cf 100644 --- a/src/client/connector.rs +++ b/src/client/connector.rs @@ -294,7 +294,7 @@ impl ClientConnector { /// With `with_connector` method it is possible to use a custom /// `SslConnector` object. /// - /// ```rust + /// ```rust,ignore /// # #![cfg(feature="alpn")] /// # extern crate actix_web; /// # extern crate futures;