diff --git a/timely/src/order.rs b/timely/src/order.rs index c0640b766..064cb4b07 100644 --- a/timely/src/order.rs +++ b/timely/src/order.rs @@ -75,6 +75,7 @@ mod product { /// We use `Product` rather than `(TOuter, TInner)` so that we can derive our own `PartialOrder`, /// because Rust just uses the lexicographic total order. #[derive(Copy, Clone, Hash, Eq, PartialEq, Default, Ord, PartialOrd, Serialize, Deserialize, Columnar)] + #[columnar(derive(Eq, PartialEq, Ord, PartialOrd))] pub struct Product { /// Outer timestamp. pub outer: TOuter,