Skip to content

Commit

Permalink
deprecate: Void => Nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Dec 19, 2017
1 parent 4b765ab commit eccd466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3320,6 +3320,9 @@ info(io::IO, err::Exception; prefix="ERROR: ", kw...) =
info(err::Exception; prefix="ERROR: ", kw...) =
info(STDERR, err, prefix=prefix; kw...)

# issue #25082
@deprecate_binding Void Nothing

# #24844
@deprecate copy!(dest::AbstractSet, src) union!(dest, src)
@deprecate copy!(dest::AbstractDict, src) foldl(push!, dest, src)
Expand Down

0 comments on commit eccd466

Please sign in to comment.