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/model/mod.rs | |
| parent | e5f958b92161732ae46ccc66ce3d6eea213cf925 (diff) | |
Remove pins and memoization
Diffstat (limited to 'src/model/mod.rs')
| -rw-r--r-- | src/model/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs index 379b633f..5c8b82c0 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -5,7 +5,6 @@ mod styles; mod collapse; mod content; mod layout; -mod locate; mod property; mod recipe; mod show; @@ -13,7 +12,6 @@ mod show; pub use collapse::*; pub use content::*; pub use layout::*; -pub use locate::*; pub use property::*; pub use recipe::*; pub use show::*; |
