Skip to content

Commit 418ed7c

Browse files
deprecate: Void => Nothing
1 parent ccea13f commit 418ed7c

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
@@ -3320,6 +3320,9 @@ info(io::IO, err::Exception; prefix="ERROR: ", kw...) =
33203320
info(err::Exception; prefix="ERROR: ", kw...) =
33213321
info(STDERR, err, prefix=prefix; kw...)
33223322

3323+
# issue #25082
3324+
@deprecate_binding Void Nothing
3325+
33233326
# #24844
33243327
@deprecate copy!(dest::AbstractSet, src) union!(dest, src)
33253328
@deprecate copy!(dest::AbstractDict, src) foldl(push!, dest, src)

0 commit comments

Comments
 (0)