1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-10 03:44:06 +00:00

Remove extra '#' so docs render correctly.

This commit is contained in:
nah 2020-02-03 22:43:45 -06:00
parent c23020d266
commit 7be8833edf

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;
//!