Skip to content

Commit 29a8871

Browse files
committed
Add deprecation
1 parent 57d4939 commit 29a8871

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/deprecated.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,9 @@ end
17021702

17031703
@eval @deprecate $(Symbol("@schedule")) $(Symbol("@async"))
17041704

1705+
# PR #27432
1706+
@eval @deprecate $(Symbol("@pure")) $(Symbol("@unsafe_pure")) ex=false
1707+
17051708
# END 0.7 deprecations
17061709

17071710
# BEGIN 1.0 deprecations

0 commit comments

Comments
 (0)