Skip to content

Commit 5b3767c

Browse files
committed
primitives::AdSlot - derive PartialEq
1 parent 92e0754 commit 5b3767c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/ad_slot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::collections::HashMap;
99
/// See [AdEx Protocol adSlot.md][protocol] & [adex-models AdSlot.js][adex-models] for more details.
1010
/// [protocol]: https://github.com/AdExNetwork/adex-protocol/blob/master/adSlot.md
1111
/// [adex-models]: https://github.com/AdExNetwork/adex-models/blob/master/src/models/AdSlot.js
12-
#[derive(Serialize, Deserialize, Debug, Clone)]
12+
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq)]
1313
#[serde(rename_all = "camelCase")]
1414
pub struct AdSlot {
1515
/// valid ipfs hash of spec props below

0 commit comments

Comments
 (0)