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
Improve code quality with linting fixes and cleanup
- Added rustfmt.toml and .clippy.toml configuration files
- Fixed redundant closures by using direct function references
- Marked unused variables with underscores
- Added #[allow(dead_code)] attributes to public API functions
- Simplified return statements and improved code patterns
- Fixed error handling in async functions
- All tests passing with no Clippy warnings in main code
0 commit comments