1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00

Remove extra '#' so docs render correctly. (#1338)

This commit is contained in:
Harrison 2020-02-07 08:01:23 -06:00 committed by GitHub
parent c23020d266
commit 7880d5e2bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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