From 02b586cc36fad58a622ecb439e1cf3a76a347207 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 8 Jul 2021 23:16:02 +0200 Subject: Add lots of Eq impls --- src/layout/fixed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout/fixed.rs') diff --git a/src/layout/fixed.rs b/src/layout/fixed.rs index c1d1ac5e..dfcd4038 100644 --- a/src/layout/fixed.rs +++ b/src/layout/fixed.rs @@ -1,7 +1,7 @@ use super::*; /// A node that can fix its child's width and height. -#[derive(Debug, Clone, PartialEq)] +#[derive(Debug, Clone, Eq, PartialEq)] #[cfg_attr(feature = "layout-cache", derive(Hash))] pub struct FixedNode { /// The fixed width, if any. -- cgit v1.2.3