Skip to content

Conversation

@caspark
Copy link
Contributor

@caspark caspark commented Apr 4, 2025

Closes #89.

It's kinda awkward because I'd like to show how to use FixedState as hasher, but it's not a dependency of ours so the doc sample won't compile (and adding it as a dev dep just for this seems like overkill).

Still, it's better than before, I'd say.

@codecov-commenter
Copy link

codecov-commenter commented Apr 4, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.10%. Comparing base (e92b6b6) to head (8eb940e).
Report is 1 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   60.60%   61.10%   +0.50%     
==========================================
  Files          11       12       +1     
  Lines         500      509       +9     
==========================================
+ Hits          303      311       +8     
- Misses        197      198       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Robbepop
Copy link
Owner

Robbepop commented Apr 4, 2025

@caspark Can you please fix the doc links as marked by CI?

@caspark
Copy link
Contributor Author

caspark commented Apr 4, 2025

Should be fixed now.

Copy link
Owner

@Robbepop Robbepop left a comment

Choose a reason for hiding this comment

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

@caspark Thank you for the docs improvements!

@Robbepop Robbepop merged commit 233bc6c into Robbepop:master Apr 4, 2025
15 of 16 checks passed
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.

Non-deterministic hashes are used by default (via hashbrown via foldhash)

3 participants