Skip to content

Commit 1e88f13

Browse files
committed
fix 1.6
1 parent 7eb0e68 commit 1e88f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functor.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ if VERSION < v"1.7"
154154
# Copied verbatim from Base, except omitting the macro:
155155
function ismutabletype(@nospecialize t)
156156
# @_total_meta
157-
t = unwrap_unionall(t)
157+
t = Base.unwrap_unionall(t)
158158
return isa(t, DataType) && t.name.flags & 0x2 == 0x2
159159
end
160160
end

0 commit comments

Comments
 (0)