summaryrefslogtreecommitdiff
path: root/src/library/layout/page.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-04-26 13:25:14 +0200
committerLaurenz <laurmaedje@gmail.com>2022-04-26 13:26:31 +0200
commitf7c67cde72e6a67f45180856b332bae9863243bd (patch)
tree09b1a40e17b2f8aa0c3661ac989a40840cea1f12 /src/library/layout/page.rs
parent09aabc3a21e403e0b09a6d6ba517e34a303b217c (diff)
New document & flow building
Diffstat (limited to 'src/library/layout/page.rs')
-rw-r--r--src/library/layout/page.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/layout/page.rs b/src/library/layout/page.rs
index 38ba53e9..8e5801ea 100644
--- a/src/library/layout/page.rs
+++ b/src/library/layout/page.rs
@@ -4,7 +4,7 @@ use super::ColumnsNode;
use crate::library::prelude::*;
/// Layouts its child onto one or multiple pages.
-#[derive(Clone, PartialEq, Hash)]
+#[derive(PartialEq, Clone, Hash)]
pub struct PageNode(pub LayoutNode);
#[node]