Set EnvMap.Size to BufMap.BufMapHashMap.Size
Now that BufMap.BufMapHashMap is pub, we can just get Size directly
This commit is contained in:
committed by
Jonathan Marler
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user