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: Remove unnecessary parentheses in prqlc-python closures
Rust 1.90.0 introduced a stricter unused_parens lint that flags
unnecessary parentheses around closure bodies. This change removes
the extra parentheses from 7 map_err() closures in prqlc-python.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Maximilian Roos <max-sixty@users.noreply.github.com>
0 commit comments