Skip to content

Commit bb20415

Browse files
committed
Add textwidth deprecation
1 parent 55a4049 commit bb20415

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/deprecated.jl

+4
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ else
188188
import Base.@irrational
189189
import Base.LinAlg.BLAS.@blasfunc
190190
end
191+
192+
if VERSION < v"0.7.0-DEV.2915"
193+
Base.@deprecate textwidth Compat.Unicode.textwidth
194+
end

0 commit comments

Comments
 (0)