Fix build.

This commit is contained in:
Stephen Chung
2022-10-05 15:15:42 +08:00
parent 42c0eeed57
commit 796206f293
2 changed files with 3 additions and 5 deletions

View File

@@ -413,7 +413,7 @@ impl Engine {
#[inline(always)]
pub(crate) const fn track_operation(
&self,
_: &crate::GlobalRuntimeState,
_: &crate::eval::GlobalRuntimeState,
_: Position,
) -> crate::RhaiResultOf<()> {
Ok(())