Skip to content

Commit e025c89

Browse files
Simplify type signature
1 parent 23475ed commit e025c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ for f in (:push!, :pushfirst!)
351351
end
352352
end
353353

354-
@eval function Base.$f(ts::Traces{names,T}, ::Val{k}, v) where {names,T,k}
354+
@eval function Base.$f(ts::Traces, ::Val{k}, v) where {k}
355355
$f(ts.traces[ts.inds[k]], Val(k), v)
356356
end
357357

0 commit comments

Comments
 (0)