aboutsummaryrefslogtreecommitdiff
path: root/lib/std/buf_map.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/buf_map.zig')
-rw-r--r--lib/std/buf_map.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/buf_map.zig b/lib/std/buf_map.zig
index 5b26ae9684..2a6239c490 100644
--- a/lib/std/buf_map.zig
+++ b/lib/std/buf_map.zig
@@ -82,7 +82,7 @@ pub const BufMap = struct {
}
/// Returns the number of KV pairs stored in the map.
- pub fn count(self: BufMap) usize {
+ pub fn count(self: BufMap) BufMapHashMap.Size {
return self.hash_map.count();
}