1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 09:23:54 +00: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
commit cafde76361
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
/// `SslConnector` object.
///
/// ```rust
/// ```rust,ignore
/// # #![cfg(feature="alpn")]
/// # extern crate actix_web;
/// # extern crate futures;