We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d77871e + 6eca0b3 commit 89d9737Copy full SHA for 89d9737
matter/src/data_model/objects/attribute.rs
@@ -88,7 +88,7 @@ bitflags! {
88
* - instead of arrays, can use linked-lists to conserve space and avoid the internal fragmentation
89
*/
90
91
-#[derive(PartialEq, Clone)]
+#[derive(PartialEq, PartialOrd, Clone)]
92
pub enum AttrValue {
93
Int64(i64),
94
Uint8(u8),
0 commit comments