We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecc9da commit d11adbfCopy full SHA for d11adbf
src/Interfaces.jl
@@ -99,7 +99,7 @@ end
99
function _check_copy_into!(ex::AbstractExpression)
100
container = allocate_container(ex)
101
prealloc_ex = copy_into!(container, ex)
102
- return container !== nothing && prealloc_ex == ex && prealloc_ex !== container
+ return container !== nothing && prealloc_ex == ex && prealloc_ex !== ex
103
end
104
function _check_count_nodes(ex::AbstractExpression)
105
return count_nodes(ex) isa Int64
0 commit comments