diff options
| author | Lee Cannon <leecannon@leecannon.xyz> | 2021-10-29 00:37:25 +0100 |
|---|---|---|
| committer | Lee Cannon <leecannon@leecannon.xyz> | 2021-11-30 23:32:47 +0000 |
| commit | 85de022c5671d777f62ddff254a814dab05242fc (patch) | |
| tree | 037f58c4b07d18b80cf48cf74d0f0e8c8866f8f2 /ci | |
| parent | 1e0addcf73ee71d23a41b744995848bcca38e8d3 (diff) | |
| download | zig-85de022c5671d777f62ddff254a814dab05242fc.tar.gz zig-85de022c5671d777f62ddff254a814dab05242fc.zip | |
allocgate: std Allocator interface refactor
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/srht/update-download-page.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/srht/update-download-page.zig b/ci/srht/update-download-page.zig index b91dfd0c37..175cf0abaf 100644 --- a/ci/srht/update-download-page.zig +++ b/ci/srht/update-download-page.zig @@ -18,7 +18,7 @@ pub fn main() !void { } fn render( - allocator: *mem.Allocator, + allocator: mem.Allocator, in_file: []const u8, out_file: []const u8, fmt: enum { |
