1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00

fix doc api example

This commit is contained in:
Nikolay Kim 2018-06-01 11:22:40 -07:00
parent 009ee4b3db
commit 8452c7a044

View File

@ -289,6 +289,7 @@ impl ClientConnector {
/// # use futures::{future, Future};
/// # use std::io::Write;
/// # use std::process;
/// # use actix_web::actix::Actor;
/// extern crate openssl;
/// use actix_web::client::{ClientConnector, Connect};
///