Skip to content

Commit b6d4612

Browse files
authored
unexport the exported deprecation symbol (#252)
1 parent 91ee03d commit b6d4612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OffsetArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,6 @@ end
819819
##
820820

821821
# This is a bad API design as it introduces counter intuitive results (#250)
822-
@deprecate centered(A::AbstractArray, r::RoundingMode) OffsetArray(A, .-center(A, r))
822+
@deprecate centered(A::AbstractArray, r::RoundingMode) OffsetArray(A, .-center(A, r)) false
823823

824824
end # module

0 commit comments

Comments
 (0)