diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-09-19 11:14:58 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-09-19 11:16:05 +0200 |
| commit | 4ec3bcee487c1567bc6551f81d4f69eee4379076 (patch) | |
| tree | 84ece5a894679adbe06c43712af685c5561a83ca /src/library/layout/mod.rs | |
| parent | e5f958b92161732ae46ccc66ce3d6eea213cf925 (diff) | |
Remove pins and memoization
Diffstat (limited to 'src/library/layout/mod.rs')
| -rw-r--r-- | src/library/layout/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/library/layout/mod.rs b/src/library/layout/mod.rs index 6cf5b550..588b15aa 100644 --- a/src/library/layout/mod.rs +++ b/src/library/layout/mod.rs @@ -5,7 +5,6 @@ mod columns; mod container; mod flow; mod grid; -mod locate; mod pad; mod page; mod place; @@ -17,7 +16,6 @@ pub use columns::*; pub use container::*; pub use flow::*; pub use grid::*; -pub use locate::*; pub use pad::*; pub use page::*; pub use place::*; |
