Skip to content

Commit 063ef32

Browse files
committed
add deprecations for some removed copy methods
ref #15675
1 parent 893f7e3 commit 063ef32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/deprecated.jl

+3
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,9 @@ end
10751075
# #4163
10761076
@deprecate xdump dump
10771077

1078+
@deprecate copy(x::AbstractString) identity(x)
1079+
@deprecate copy(x::Tuple) identity(x)
1080+
10781081
# During the 0.5 development cycle, do not add any deprecations below this line
10791082
# To be deprecated in 0.6
10801083

0 commit comments

Comments
 (0)