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 types and migrate modules
- Fix let_and_return in mysql/types/float.rs
- Fix needless_borrows_for_generic_args in chrono and time modules
- Fix len_zero by using is_empty()
- Fix unnecessary_cast by removing redundant type casts
- Fix unwrap_or_default usage
- Fix needless_borrow in json module
- Fix needless_option_as_deref in value module
- Fix get_first by using first() instead of get(0)
- Fix needless_return in migrate module
0 commit comments