Skip to content

Commit

Permalink
fix deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 30, 2023
1 parent 9dddfff commit da74c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deprecations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# Deprecated in v0.3
import Base: rpad
@deprecate rpad(v::AbstractVector, n::Integer, p) rpad_constant(v, n, p)
@deprecate rpad(v::AbstractVector, n::Integer, p::Union{AbstractChar, AbstractString}) = rpad_constant(v, n, p)
@deprecate rpad(v::AbstractVector, n::Integer, p::Union{AbstractChar, AbstractString}) rpad_constant(v, n, p)

0 comments on commit da74c17

Please sign in to comment.