From 53c66e652764d176f1ef3f277b6c02138841b29b Mon Sep 17 00:00:00 2001 From: David Senoner Date: Tue, 26 May 2026 15:45:41 +0200 Subject: [PATCH] std: Update incorrect docs about ArrayHashMap being managed --- lib/std/array_hash_map.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/std/array_hash_map.zig b/lib/std/array_hash_map.zig index af209c71be78796708f8d95cf7e2fb818f528b44..fd2aa5ebc48b37c335465df7fe6ddf4a0623389b 100644 --- a/lib/std/array_hash_map.zig +++ b/lib/std/array_hash_map.zig @@ -57,8 +57,7 @@ pub const ArrayHashMap = Custom; /// the (well defined) behavior when mixing insertions and deletions with iteration. /// /// This type does not store an `Allocator` field - the `Allocator` must be passed in -/// with each function call that requires it. See `ArrayHashMap` for a type that stores -/// an `Allocator` field for convenience. +/// with each function call that requires it. /// /// Can be initialized directly using the default field values. /// -- 2.54.0