Skip to content

Commit

Permalink
Deprecate splat(x) in favor of Splat(x)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab committed Nov 14, 2021
1 parent 5e2883f commit d4e3e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,6 @@ end

@deprecate var"@_inline_meta" var"@inline" false
@deprecate var"@_noinline_meta" var"@noinline" false
@deprecate splat(x) Splat(x) false

# END 1.8 deprecations

0 comments on commit d4e3e34

Please sign in to comment.