From 0dd4ae0a7ac0c247078df492469ff20b8a90c886 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 21 Aug 2021 16:38:51 +0200 Subject: Prune derives --- src/layout/stack.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/layout/stack.rs') diff --git a/src/layout/stack.rs b/src/layout/stack.rs index 51d17807..d07f68d7 100644 --- a/src/layout/stack.rs +++ b/src/layout/stack.rs @@ -1,7 +1,6 @@ use super::*; /// A node that stacks its children. -#[derive(Debug, Clone, Eq, PartialEq)] #[cfg_attr(feature = "layout-cache", derive(Hash))] pub struct StackNode { /// The `main` and `cross` directions of this stack. @@ -14,7 +13,6 @@ pub struct StackNode { } /// A child of a stack node. -#[derive(Debug, Clone, Eq, PartialEq)] #[cfg_attr(feature = "layout-cache", derive(Hash))] pub enum StackChild { /// Spacing between other nodes. -- cgit v1.2.3