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 in mysql testing and mssql modules
- Fix op_ref by using direct comparison in mysql/migrate.rs
- Fix needless_borrows_for_generic_args in mysql/testing/mod.rs
- Fix drop_non_drop by using let binding instead of drop
- Fix single_char_add_str by using push() with char literal
- Fix explicit_auto_deref in mssql/column.rs and establish.rs
- Fix io_other_error by using std::io::Error::other()
- Fix unnecessary_map_or by using is_some_and()
- Fix unit_arg by using Default::default()
- Add allow for let_unit_value due to platform differences
0 commit comments