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: Update format strings to use inline variable syntax
- Fix clippy::uninlined_format_args warnings in arrow-pg/src/list_encoder.rs
- Update 5 format! macros to use modern inline syntax (format!("{var}") instead of format!("{}", var))
- Ensures clippy passes with -D warnings for CI/CD builds
0 commit comments