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.
1 parent d77871e commit 6eca0b3Copy full SHA for 6eca0b3
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