| author | |
| committer | |
| log | 64e84a452b043599e96e1e6af895b9959628f1fe |
| tree | 08172d47155e2e0c5fda54a8f18f7bf92cfa386e |
| parent | ae919915f6c3c1827311ebc6ec3c5883a1cec08e |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/array_hash_map.zig+1-1| ... | ... | @@ -427,7 +427,7 @@ pub fn ArrayHashMap( |
| 427 | 427 | /// Set the map to an empty state, making deinitialization a no-op, and |
| 428 | 428 | /// returning a copy of the original. |
| 429 | 429 | pub fn move(self: *Self) Self { |
| 430 | self.pointer_stability.assertUnlocked(); | |
| 430 | self.unmanaged.pointer_stability.assertUnlocked(); | |
| 431 | 431 | const result = self.*; |
| 432 | 432 | self.unmanaged = .{}; |
| 433 | 433 | return result; |