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
- Rename from_str to from_string to avoid trait confusion
- Add missing_debug_implementations allows for complex types
- Types with trait objects or reqwest clients can't derive Debug
- All 407 library tests passing
- Zero clippy errors with -D warnings
0 commit comments