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:
@ -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)]
|
||||
|
Reference in New Issue
Block a user