mirror of
https://github.com/actix/actix-web.git
synced 2025-01-06 07:18:45 +00:00
fix doc api example
This commit is contained in:
parent
009ee4b3db
commit
8452c7a044
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ impl ClientConnector {
|
||||||
/// # use futures::{future, Future};
|
/// # use futures::{future, Future};
|
||||||
/// # use std::io::Write;
|
/// # use std::io::Write;
|
||||||
/// # use std::process;
|
/// # use std::process;
|
||||||
|
/// # use actix_web::actix::Actor;
|
||||||
/// extern crate openssl;
|
/// extern crate openssl;
|
||||||
/// use actix_web::client::{ClientConnector, Connect};
|
/// use actix_web::client::{ClientConnector, Connect};
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue