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

Clone is only implemented for the default hasher #198

Open
Fuuzetsu opened this issue May 21, 2024 · 1 comment
Open

Clone is only implemented for the default hasher #198

Fuuzetsu opened this issue May 21, 2024 · 1 comment

Comments

@Fuuzetsu
Copy link

Fuuzetsu commented May 21, 2024

If you have a for example LruCache<K, V, fxhash::FxBuildHasher> then this is no longer Clone. I think this probably just an oversight in Clone impl which is only over LruCache<K, V>.

@jeromefroe
Copy link
Owner

@Fuuzetsu you're right, this was just an oversight. I don't think I'll have time to get to it soon, but happy to review any PR's if you're able to take a stab at making the change!

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

No branches or pull requests

2 participants