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

Add Send and 'static bounds to the init futures of get_or_(try_)insert_with #32

Merged
merged 4 commits into from
Sep 4, 2021

Conversation

tatsuya6502
Copy link
Member

  • Add Send and 'static bounds to the init futures.
  • Add UI tests to ensure compile failures to occur for misuses of get_or_(try_)insert_with.

Fixes #31

…insert_with`

- Add `Send` and `'static` bounds to the init futures.
- Add UI tests to ensure compile failures to occur for misuses of
  `get_or_(try_)insert_with`.
@tatsuya6502 tatsuya6502 self-assigned this Sep 4, 2021
@tatsuya6502 tatsuya6502 added the bug Something isn't working label Sep 4, 2021
@tatsuya6502 tatsuya6502 added this to the v0.5.2 milestone Sep 4, 2021
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant