Skip to content

Commit

Permalink
no more @inline
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeffebach committed Mar 31, 2020
1 parent 520df3c commit 0448d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Missings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ struct SkipMissings{V, T}
others::T
end

Base.@propagate_inbounds @inline function _anymissingindex(others::Tuple{Vararg{AbstractArray}}, i)
Base.@propagate_inbounds function _anymissingindex(others::Tuple{Vararg{AbstractArray}}, i)
for oth in others
oth[i] === missing && return true
end
Expand Down

0 comments on commit 0448d77

Please sign in to comment.