mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 15:46:48 +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
|
||||
/// `SslConnector` object.
|
||||
///
|
||||
/// ```rust
|
||||
/// ```rust,ignore
|
||||
/// # #![cfg(feature="alpn")]
|
||||
/// # extern crate actix_web;
|
||||
/// # extern crate futures;
|
||||
|
|
Loading…
Reference in a new issue