1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00

Update connector.rs

This commit is contained in:
Nikolay Kim 2018-06-19 19:19:31 +06:00 committed by GitHub
parent 27b6af2800
commit bfb93cae66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -294,7 +294,7 @@ impl ClientConnector {
/// With `with_connector` method it is possible to use a custom /// With `with_connector` method it is possible to use a custom
/// `SslConnector` object. /// `SslConnector` object.
/// ///
/// ```rust /// ```rust,ignore
/// # #![cfg(feature="alpn")] /// # #![cfg(feature="alpn")]
/// # extern crate actix_web; /// # extern crate actix_web;
/// # extern crate futures; /// # extern crate futures;