Skip to content

Commit

Permalink
Merge pull request #1093 from JuliaSymbolics/baggepinnen-patch-3
Browse files Browse the repository at this point in the history
fix: rm duplicated method
  • Loading branch information
YingboMa authored Mar 14, 2024
2 parents 69c52ed + 1f5cd4a commit 001b509
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 001b509

Please sign in to comment.