mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
Set EnvMap.Size to BufMap.BufMapHashMap.Size
Now that BufMap.BufMapHashMap is pub, we can just get Size directly
This commit is contained in:
parent
a2069612a5
commit
b2b48fbf2c
@ -307,8 +307,7 @@ pub const EnvMap = struct {
|
||||
else => std.BufMap,
|
||||
};
|
||||
|
||||
/// Matches what BufMap uses for its internal HashMap Size
|
||||
pub const Size = u32;
|
||||
pub const Size = std.BufMap.BufMapHashMap.Size;
|
||||
|
||||
const Self = @This();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user