about summary refs log tree commit diff
path: root/tvix/eval/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/src/lib.rs')
-rw-r--r--tvix/eval/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/lib.rs b/tvix/eval/src/lib.rs
index 44fe8af2cc..9844097564 100644
--- a/tvix/eval/src/lib.rs
+++ b/tvix/eval/src/lib.rs
@@ -303,7 +303,7 @@ fn parse_compile_internal(
     let compiler_result = match compiler::compile(
         result.expr.as_ref().unwrap(),
         location,
-        file.clone(),
+        file,
         builtins,
         compiler_observer,
     ) {