Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant definitions of push(::AbstractDict, elements...) #49464

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

LilithHafner
Copy link
Member

We already have

julia/base/abstractarray.jl

Lines 3390 to 3391 in 4044096

push!(A, a, b) = push!(push!(A, a), b)
push!(A, a, b, c...) = push!(push!(A, a, b), c...)

@LilithHafner LilithHafner merged commit a3cda94 into master Apr 24, 2023
@LilithHafner LilithHafner deleted the push-abstractdict branch April 24, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants