diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-05 10:59:00 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-05 10:59:00 +0100 |
| commit | 1bb05677faa7bd6566e1231ed2b16547f476b143 (patch) | |
| tree | 2d60ab2b9d3f839cb52864df89a0965eb3bc6e92 /library/src | |
| parent | f57ce8643178c533a43c42baff3553f8613fb5ac (diff) | |
Small improvements
Diffstat (limited to 'library/src')
| -rw-r--r-- | library/src/layout/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/layout/mod.rs b/library/src/layout/mod.rs index 047d78f9..30c424bc 100644 --- a/library/src/layout/mod.rs +++ b/library/src/layout/mod.rs @@ -58,7 +58,7 @@ impl LayoutRoot for Content { #[comemo::memoize] fn cached( node: &Content, - world: comemo::Tracked<dyn World>, + world: Tracked<dyn World>, provider: TrackedMut<StabilityProvider>, introspector: Tracked<Introspector>, styles: StyleChain, @@ -104,7 +104,7 @@ impl Layout for Content { #[comemo::memoize] fn cached( node: &Content, - world: comemo::Tracked<dyn World>, + world: Tracked<dyn World>, provider: TrackedMut<StabilityProvider>, introspector: Tracked<Introspector>, styles: StyleChain, |
