1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 00:44:26 +02:00

cleanup api doc examples

This commit is contained in:
Nikolay Kim
2019-11-21 15:56:49 +06:00
parent 53c5151692
commit 1f0577f8d5
10 changed files with 4 additions and 21 deletions

View File

@ -353,7 +353,6 @@ where
///
/// ```rust
/// use actix_service::Service;
/// # use futures::Future;
/// use actix_web::{web, App};
/// use actix_web::http::{header::CONTENT_TYPE, HeaderValue};
///