mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
Remove 'inline', as per @andrewrk
This commit is contained in:
parent
537b260349
commit
86b6790b6a
@ -481,7 +481,7 @@ pub const FixedBufferAllocator = struct {
|
||||
return old_mem[0..new_size];
|
||||
}
|
||||
|
||||
pub inline fn reset(self: *FixedBufferAllocator) void {
|
||||
pub fn reset(self: *FixedBufferAllocator) void {
|
||||
self.end_index = 0;
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user