1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 16:24:58 +02:00

Makes clippy happy.

This commit is contained in:
Cameron Dershem
2019-06-28 14:22:51 -04:00
parent 5133ab874d
commit eb58a8692c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ pub mod recommend_one;
pub mod recommend_two;
// <response-error>
use actix_web::{error, HttpRequest, Result};
use actix_web::{error, Result};
use failure::Fail;
#[derive(Fail, Debug)]