Skip to content

Commit 9f8ae16

Browse files
authored
Declare AbstractOneTo public (#57971)
Since `AbstractOneTo` is meant to be subtyped by packages, this needs to be public. This was missed out in #56902.
1 parent 77f264f commit 9f8ae16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/public.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public
1010

1111
# Types
1212
AbstractLock,
13+
AbstractOneTo,
1314
AbstractPipe,
1415
AsyncCondition,
1516
CodeUnits,

0 commit comments

Comments
 (0)