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: Replace .unwrap() with .expect() in examples and benches (Refs #41)
Replaced all .unwrap() calls with descriptive .expect() messages:
- examples/*.rs: "Example data should be valid"
- benches/*.rs: "Benchmark data should be valid"
This satisfies GH-41 requirements and unblocks Dependabot PRs #46-50
that were failing CI due to clippy::disallowed_methods warnings.
Changes:
- 26 example files updated
- 3 benchmark files updated
- Auto-fixed format string warnings
- All 742 tests still passing
- Examples and benches now clippy-clean
Note: Tests still use .unwrap() which is acceptable for test code.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments