Skip to content

Commit 7ff927b

Browse files
committed
fix: mark @unstable
1 parent 1b576fe commit 7ff927b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OperatorEnumConstruction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ end
110110
return mapping[f]
111111
end
112112

113-
function _unpack_broadcast_function(f)
113+
@unstable function _unpack_broadcast_function(f)
114114
if f isa Broadcast.BroadcastFunction
115115
return Symbol(f.f), :(Broadcast.BroadcastFunction($(f.f)))
116116
else

0 commit comments

Comments
 (0)