Skip to content

Commit

Permalink
fix: rm duplicated method
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen authored Mar 14, 2024
1 parent 69c52ed commit 1f5cd4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/struct.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ function SymbolicUtils.promote_symtype(::typeof(typed_getfield), ::Type{<:Struct
FT
end


SymbolicUtils.promote_symtype(::typeof(setfield!), ::Type{<:Struct}, _, ::Type{T}) where T = T
function SymbolicUtils.promote_symtype(s::Type{<:Struct{T}}, _...) where T
s
end
Expand Down

0 comments on commit 1f5cd4a

Please sign in to comment.