inferred leading comptime params
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ realloc func($T type, allocator Allocator, memory []mut T, new_count usize) []mu
|
||||
return memory
|
||||
}
|
||||
if new_count == 0 {
|
||||
free(T, allocator, memory)
|
||||
free(allocator, memory)
|
||||
return _empty_slice(T, 0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user