mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
clippy
This commit is contained in:
@ -648,7 +648,7 @@ pub mod test_helpers {
|
||||
);
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, PartialEq)]
|
||||
#[derive(Debug, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct IndexResponse {
|
||||
user_id: Option<String>,
|
||||
counter: i32,
|
||||
|
Reference in New Issue
Block a user