pganalyze / pg_query.rs

Rust library to parse, deparse and normalize SQL queries using the PostgreSQL query parser
MIT License
126 stars 12 forks source link

Fix clippy warnings #25

Closed seanlinsley closed 1 year ago

seanlinsley commented 1 year ago

I'm not sure how to get CI to actually fail when there are warnings. Thoughts @msepga?