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/document.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layout/document.rs') diff --git a/src/layout/document.rs b/src/layout/document.rs index c2d7b38b..69ac3d9d 100644 --- a/src/layout/document.rs +++ b/src/layout/document.rs @@ -39,8 +39,8 @@ impl Pages { .await .into_iter() .filter_map(|item| match item { - LayoutItem::Spacing(_) => None, - LayoutItem::Box(layout, _) => Some(layout), + Layouted::Spacing(_) => None, + Layouted::Box(layout, _) => Some(layout), }) .collect() } -- cgit v1.2.3