diff --git a/src/Missings.jl b/src/Missings.jl index 11628c2..1262947 100644 --- a/src/Missings.jl +++ b/src/Missings.jl @@ -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