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:
parent
e225e2aec7
commit
8bc0227ec8
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user