Skip to content

Commit 9f358a7

Browse files
committed
Add deprecation
1 parent 35907dd commit 9f358a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/deprecated.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,8 @@ end
17201720

17211721
@deprecate atan2(y, x) atan(y, x)
17221722

1723+
# PR #27432
1724+
@eval @deprecate $(Symbol("@pure")) $(Symbol("@unsafe_pure")) false
17231725

17241726
# END 0.7 deprecations
17251727

0 commit comments

Comments
 (0)