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 unnecessary K: Clone bound from some caches when they are Clone #133

Merged
merged 4 commits into from
May 21, 2022

Conversation

tatsuya6502
Copy link
Member

Remove unnecessary K: Clone bound from the following caches when they are Clone:

  • sync::Cache
  • future::Cache
  • dash::Cache

Fixes #131

…lone`

- `sync::Cache`
- `future::Cache`
- `dash::Cache`
@tatsuya6502 tatsuya6502 added the bug Something isn't working label May 21, 2022
@tatsuya6502 tatsuya6502 self-assigned this May 21, 2022
@tatsuya6502 tatsuya6502 added this to the v0.8.5 milestone May 21, 2022
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.

@tatsuya6502 tatsuya6502 merged commit 915d9b0 into master May 21, 2022
@tatsuya6502 tatsuya6502 deleted the remove-clone-from-key branch May 21, 2022 14:01
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.

<Cache as Clone> has overly-restrictive trait bounds
1 participant