From be87134397d1728b3d98d1229d241254130e0708 Mon Sep 17 00:00:00 2001 From: Sean Aubin Date: Wed, 8 Mar 2023 19:22:17 -0500 Subject: change empty init to '???' placeholder --- patches/patches/096_memory_allocation.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches') diff --git a/patches/patches/096_memory_allocation.patch b/patches/patches/096_memory_allocation.patch index e13a27a..5398ce5 100644 --- a/patches/patches/096_memory_allocation.patch +++ b/patches/patches/096_memory_allocation.patch @@ -1,4 +1,4 @@ 65c65 -< var avg: []f64 = {}; +< var avg: []f64 = ???; --- > var avg: []f64 = try allocator.alloc(f64, arr.len); -- cgit v1.2.3