Skip to content

Commit 3170a15

Browse files
committed
Another at-pure had snuck in
1 parent d820658 commit 3170a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/reinterpretarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ function CyclePadding(T::DataType)
280280
end
281281

282282
using .Iterators: Stateful
283-
@pure function array_subpadding(S, T)
283+
@unsafe_pure function array_subpadding(S, T)
284284
checked_size = 0
285285
lcm_size = lcm(sizeof(S), sizeof(T))
286286
s, t = Stateful{<:Any, Any}(CyclePadding(S)),

0 commit comments

Comments
 (0)