1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

update api doc example for client and add panic info for connection_info

This commit is contained in:
Nikolay Kim
2019-07-11 14:40:37 +06:00
parent f410f3330f
commit 69456991f6
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//! An HTTP Client
//!
//! ```rust
//! # use futures::future::{Future, lazy};
//! use futures::future::{lazy, Future};
//! use actix_rt::System;
//! use awc::Client;
//!