Skip to content

Commit d5851ed

Browse files
committed
add ord bounds to rpc structures
1 parent b9314b8 commit d5851ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

relay_rpc/src/macros.rs

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ macro_rules! new_type {
1111
Hash,
1212
Clone,
1313
PartialEq,
14+
PartialOrd,
15+
Ord,
1416
Eq,
1517
::serde::Serialize,
1618
::serde::Deserialize,

0 commit comments

Comments
 (0)