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: resolve clippy type complexity and serde derive issues
- Add type aliases to fix clippy type complexity warnings in examples
- Fix serde derive imports with conditional compilation guards
- Resolve CI build failures from missing derive macros
- Improve code readability with simplified type signatures
Technical changes:
- examples/bbl_crate_test.rs: Add PidValues, PidWithFf type aliases
- src/export.rs: Add conditional serde imports for feature gates
- Ensure all clippy and formatting checks pass
0 commit comments