1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 18:09:22 +02: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

View File

@ -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;