Skip to content

Commit 2f7aef5

Browse files
authored
Add PartialEq derive to Order (#3467)
1 parent 13085d0 commit 2f7aef5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zerocopy/src/byteorder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ mod private {
100100

101101
#[allow(missing_copy_implementations, missing_debug_implementations)]
102102
#[doc(hidden)]
103+
#[derive(PartialEq)]
103104
pub enum Order {
104105
BigEndian,
105106
LittleEndian,

0 commit comments

Comments
 (0)