You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(hashes): improve unsafe block warnings and macro cleanup
- Fix unsafe block warnings in siphash24.rs by properly wrapping unsafe operations
- Improve hash utility functions with better variable naming ($generator instead of $gen)
- Remove unused import in internal_macros.rs for bincode feature
These changes address compiler warnings about unsafe operations and improve
code clarity without changing functionality.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments