From 43ef60c09cc48f6b7c6dd752ab7af7c0d6071bc5 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 27 Jan 2023 12:05:00 +0100 Subject: Tracing-based expression tooltips --- src/model/methods.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/methods.rs') diff --git a/src/model/methods.rs b/src/model/methods.rs index f80839f8..173b95fe 100644 --- a/src/model/methods.rs +++ b/src/model/methods.rs @@ -7,7 +7,7 @@ use crate::util::EcoString; /// Call a method on a value. pub fn call( - vm: &Vm, + vm: &mut Vm, value: Value, method: &str, mut args: Args, -- cgit v1.2.3