mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 23:56:35 +00:00
Merge branch 'master' into remove-use-of-unsafe-from-pipeline-poll
This commit is contained in:
commit
cafde76361
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue