Skip to content

Commit 94e9c5d

Browse files
committed
remove comment since it does seem to infer for concrete converts now
1 parent 0399394 commit 94e9c5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/essentials.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ tuple_convert_check(T, x) = isvatuple(T) || nfields(x) === fieldcount(T) || thro
222222

223223
function convert(::Type{T}, x::NTuple{N,Any}) where {T<:Tuple,N}
224224
tuple_convert_check(T, x)
225-
# TODO: this is inferring Unions for concrete converts
226225
return ntuple(i -> convert(fieldtype(T, i), x[i]), Val(N))
227226
end
228227

0 commit comments

Comments
 (0)