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

Use official FxHash crate #14530

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Use official FxHash crate #14530

merged 1 commit into from
Sep 26, 2024

Conversation

PolyMeilex
Copy link
Contributor

fxhash is an old (and abandoned?) crate that simply extracts the fxhash implementation from rustc. These days, rustc has an official fxhash crate, that is actively maintained by the rust-lang organization.

In practice this does not really matter, aside from the new crate having one less dependency (byteorder), but I think it's generally a good idea to use something straight from the rust team.

@thecrypticace
Copy link
Contributor

Oh cool — thanks!. I noticed rustc-hash recently when looking through the rust-analyzer codebase for something but didn't connect the dots.

@thecrypticace thecrypticace enabled auto-merge (squash) September 26, 2024 21:50
@thecrypticace thecrypticace merged commit fad5c81 into tailwindlabs:next Sep 26, 2024
3 checks passed
@PolyMeilex PolyMeilex deleted the use-official-fxhash-crate branch September 26, 2024 22:24
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