summaryrefslogtreecommitdiff
path: root/src/model/recipe.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-10-18 00:02:38 +0200
committerLaurenz <laurmaedje@gmail.com>2022-10-18 00:04:12 +0200
commitc0e972b91a7bf8d22cd24a38fc92a9c6214c8a0c (patch)
tree19362eb993f15ef1b9bceeac821852bb6edfe955 /src/model/recipe.rs
parente21822665591dc19766275da1e185215a6b945ef (diff)
Reduce dependencies from compiler on library
Diffstat (limited to 'src/model/recipe.rs')
-rw-r--r--src/model/recipe.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/recipe.rs b/src/model/recipe.rs
index 05ef07a6..46dad6d1 100644
--- a/src/model/recipe.rs
+++ b/src/model/recipe.rs
@@ -89,7 +89,7 @@ impl Recipe {
Args::new(self.func.span, [arg()])
};
- Ok(self.func.v.call_detached(world, args)?.display())
+ Ok(self.func.v.call_detached(world, args)?.display(world))
}
/// What kind of structure the property interrupts.