Skip to content

Commit e08ac3d

Browse files
committed
simplified rule
1 parent 2590e67 commit e08ac3d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/base.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ function promote_rule(::Type{ShortString{T}}, ::Type{ShortString{S}}) where {T,S
113113
end
114114
end
115115

116-
promote_eltype(::Vector{ShortString{T}}, ::Vector{ShortString{S}}) where {T,S} =
117-
promote_rule(ShortString{T}, ShortString{S})
118-
119116
size_content(s::ShortString) = s.size_content
120117

121118
for T in (UInt1024, UInt512, UInt256, UInt128, UInt64, UInt32)

0 commit comments

Comments
 (0)