1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Merge branch 'master' into remove-use-of-unsafe-from-pipeline-poll

This commit is contained in:
Nikolay Kim
2018-06-19 19:20:25 +06:00
committed by GitHub

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;