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: clippy warnings for mysql and final sqlite modules
- Fix unnecessary_cast in sqlite/statement/virtual.rs
- Add is_empty() method to MySqlArguments to fix len_without_is_empty
- Fix explicit_auto_deref in mysql/column.rs and mysql/options/parse.rs
- Fix needless_borrows_for_generic_args in mysql/connection/auth.rs
- Fix borrow_deref_ref in mysql/connection/auth.rs
- Fix needless_borrow in mysql/connection/auth.rs and executor.rs
- Remove unused lifetime in mysql/connection/executor.rs
- Fix get_first by using first() instead of get(0)
0 commit comments