From 4c37ebb936ae49278a5f299c815a37b2ae32cdc3 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 12 Jun 2021 18:24:31 +0200 Subject: Give up on not implementing Eq and Ord --- src/layout/stack.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/layout/stack.rs') diff --git a/src/layout/stack.rs b/src/layout/stack.rs index 7049f60c..29b00a98 100644 --- a/src/layout/stack.rs +++ b/src/layout/stack.rs @@ -39,6 +39,7 @@ impl From for AnyNode { } } +#[derive(Debug)] struct StackLayouter<'a> { /// The directions of the stack. stack: &'a StackNode, -- cgit v1.2.3