Remove extra '#' so docs render correctly.

This commit is contained in:
nah 2020-02-03 22:43:45 -06:00
parent c23020d266
commit 7be8833edf
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ pub mod client {
//! An HTTP Client
//!
//! ```rust
//! # use futures::future::{Future, lazy};
//! use futures::future::{Future, lazy};
//! use actix_rt::System;
//! use actix_web::client::Client;
//!