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

Fix/suppress clippy warnings (#1720)

This commit is contained in:
Yuki Okushi
2020-10-01 18:19:09 +09:00
committed by GitHub
parent aa11231ee5
commit c2c71cc626
5 changed files with 4 additions and 3 deletions

View File

@ -58,7 +58,6 @@ type BoxedResponse = LocalBoxFuture<'static, Result<ServiceResponse, Error>>;
/// * /{project_id}/path1 - responds to all http method
/// * /{project_id}/path2 - `GET` requests
/// * /{project_id}/path3 - `HEAD` requests
///
pub struct Scope<T = ScopeEndpoint> {
endpoint: T,
rdef: String,