1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

Fix clippy warning

This commit is contained in:
Yuki Okushi 2020-02-18 08:22:33 +09:00
parent e225e2aec7
commit 8bc0227ec8

View File

@ -373,7 +373,6 @@ mod test {
}; };
use serde::{Deserialize, Serialize}; use serde::{Deserialize, Serialize};
use serde_json::json; use serde_json::json;
use time;
#[derive(Serialize, Deserialize, Debug, PartialEq)] #[derive(Serialize, Deserialize, Debug, PartialEq)]
pub struct IndexResponse { pub struct IndexResponse {