| author | |
| committer | |
| log | eddc68ad9470730a2742084a29ab08fa5363c754 |
| tree | eacbe857f8ae2038585559e3b1d5a66f051d2b04 |
| parent | 02619edf413cd3b8b01a6a3514ecd257d7c08b6e |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/hash_map.zig+1-1| ... | ... | @@ -96,7 +96,7 @@ pub fn HashMap( |
| 96 | 96 | return self.unmanaged.clearRetainingCapacity(); |
| 97 | 97 | } |
| 98 | 98 | |
| 99 | pub fn clearAndFree(self: *Self, allocator: *Allocator) void { | |
| 99 | pub fn clearAndFree(self: *Self) void { | |
| 100 | 100 | return self.unmanaged.clearAndFree(self.allocator); |
| 101 | 101 | } |
| 102 | 102 |