diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-25 11:46:51 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-25 11:51:28 +0200 |
| commit | 6935cf8dfefff3d6cf234f077a7d61661fd5ca57 (patch) | |
| tree | cf40e5c6eb99ff28c62edde75f0eab748672ba30 /src/eval/methods.rs | |
| parent | 3309ff9fe5ea36134e8ddf11ac2c84613b569856 (diff) | |
Virtual machine
Diffstat (limited to 'src/eval/methods.rs')
| -rw-r--r-- | src/eval/methods.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eval/methods.rs b/src/eval/methods.rs index 363474fb..88f173c7 100644 --- a/src/eval/methods.rs +++ b/src/eval/methods.rs @@ -89,7 +89,6 @@ pub fn call( /// Call a mutating method on a value. pub fn call_mut( - _: &mut Context, value: &mut Value, method: &str, mut args: Args, |
