Skip to content

Commit cf26ce7

Browse files
authored
Update ConstructionBase.jl
1 parent 8a4339e commit cf26ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConstructionBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for (name, path) in [
2626
end
2727
end
2828

29-
constructorof(T::Type) where {T} = nameof(T).wrapper
29+
constructorof(T::Type) = nameof(T).wrapper
3030
constructorof(::Type{<:Tuple}) = tuple
3131
constructorof(::Type{<:NamedTuple{names}}) where names =
3232
NamedTupleConstructor{names}()

0 commit comments

Comments
 (0)