File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ structure HashMap (α : Type u) (β : Type v) [BEq α] [Hashable α] where
6666
6767namespace HashMap
6868
69- @[inline, inherit_doc DHashMap.empty ] def emptyWithCapacity [BEq α] [Hashable α] (capacity := 8 ) :
69+ @[inline, inherit_doc DHashMap.emptyWithCapacity ] def emptyWithCapacity [BEq α] [Hashable α] (capacity := 8 ) :
7070 HashMap α β :=
7171 ⟨DHashMap.emptyWithCapacity capacity⟩
7272
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ structure Raw (α : Type u) (β : Type v) where
6464
6565namespace Raw
6666
67- @[inline, inherit_doc DHashMap.Raw.empty ] def emptyWithCapacity (capacity := 8 ) : Raw α β :=
67+ @[inline, inherit_doc DHashMap.Raw.emptyWithCapacity ] def emptyWithCapacity (capacity := 8 ) : Raw α β :=
6868 ⟨DHashMap.Raw.emptyWithCapacity capacity⟩
6969
7070@[deprecated emptyWithCapacity (since := " 2025-03-12" ), inherit_doc emptyWithCapacity]
You can’t perform that action at this time.
0 commit comments