From f04ad0ffa5f34bb7fd97e5c94c7547f96904220c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 11 Oct 2020 13:08:27 +0200 Subject: =?UTF-8?q?Rename=20LayoutItem=20to=20Layouted=20=E2=9C=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/node.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout/node.rs') diff --git a/src/layout/node.rs b/src/layout/node.rs index 3230621f..0adbb145 100644 --- a/src/layout/node.rs +++ b/src/layout/node.rs @@ -40,7 +40,7 @@ impl Layout for LayoutNode { &self, ctx: &mut LayoutContext, constraints: LayoutConstraints, - ) -> Vec { + ) -> Vec { match self { Self::Spacing(spacing) => spacing.layout(ctx, constraints).await, Self::Text(text) => text.layout(ctx, constraints).await, -- cgit v1.2.3