Skip to content

Commit ca6df85

Browse files
authored
unexport cat_shape (#40549)
1 parent 6985788 commit ca6df85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/deprecated.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ function parameter_upper_bound(t::UnionAll, idx)
237237
end
238238

239239
# these were internal functions, but some packages seem to be relying on them
240-
@deprecate cat_shape(dims, shape::Tuple{}, shapes::Tuple...) cat_shape(dims, shapes)
240+
@deprecate cat_shape(dims, shape::Tuple{}, shapes::Tuple...) cat_shape(dims, shapes) false
241241
cat_shape(dims, shape::Tuple{}) = () # make sure `cat_shape(dims, ())` do not recursively calls itself
242242

243243
# END 1.6 deprecations

0 commit comments

Comments
 (0)