mirror of
https://github.com/actix/actix-web.git
synced 2024-12-17 13:46:36 +00:00
Remove extra '#' so docs render correctly. (#1338)
This commit is contained in:
parent
c23020d266
commit
7880d5e2bf
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ pub mod client {
|
||||||
//! An HTTP Client
|
//! An HTTP Client
|
||||||
//!
|
//!
|
||||||
//! ```rust
|
//! ```rust
|
||||||
//! # use futures::future::{Future, lazy};
|
//! use futures::future::{Future, lazy};
|
||||||
//! use actix_rt::System;
|
//! use actix_rt::System;
|
||||||
//! use actix_web::client::Client;
|
//! use actix_web::client::Client;
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue