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 Set #979

Merged
merged 3 commits into from
Jun 15, 2023
Merged

Remove Set #979

merged 3 commits into from
Jun 15, 2023

Conversation

leighmcculloch
Copy link
Member

What

Remove the Set type.

Why

As part of #379 we are changing the interfaces of all our collection types. Set is a collection type that might be useful, but it is doc hidden right now, and not in use. There's no evidence yet we need it.

Instead of spending time rewriting its interface to match that of Vec and Map, we will remove it, and then bring it back when the time is right.

Close #379

@leighmcculloch leighmcculloch marked this pull request as ready for review June 15, 2023 03:25
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.

Re-evaluate Option<Result<...>> trade-offs
2 participants