mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
clippy
This commit is contained in:
@ -287,7 +287,7 @@ mod tests {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq, Message)]
|
||||
#[derive(Clone, PartialEq, Eq, Message)]
|
||||
pub struct MyObject {
|
||||
#[prost(int32, tag = "1")]
|
||||
pub number: i32,
|
||||
|
Reference in New Issue
Block a user