Skip to content

Commit 3b3d620

Browse files
JeffFesslerdevmotion
authored andcommitted
rm T
Co-authored-by: David Widmann <[email protected]>
1 parent d11d871 commit 3b3d620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ end
241241

242242
# Alternative constructor, takes names as keywords:
243243
AxisArray(A; kw...) = AxisArray(A, nt_to_axes(values(kw)))
244-
@generated nt_to_axes(nt::NamedTuple{names,T}) where {names,T} =
244+
@generated nt_to_axes(nt::NamedTuple{names}) where {names} =
245245
Expr(:tuple, (:(Axis{$(QuoteNode(n))}(getfield(nt, $(QuoteNode(n))))) for n in names)...)
246246

247247
AxisArray(A::AxisArray) = A

0 commit comments

Comments
 (0)