1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00
This commit is contained in:
Rob Ede
2022-07-21 00:07:49 +01:00
parent 140453c649
commit 4d2f4d58b4
4 changed files with 10 additions and 12 deletions

View File

@ -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,