pgcentralfoundation / pgrx

Build Postgres Extensions with Rust!
Other
3.42k stars 223 forks source link

Deny lints pre-ArgAbi codegen used to trigger #1744

Closed workingjubilee closed 6 days ago

workingjubilee commented 1 week ago

Lifts instances of crate-wide lint control into Cargo.toml and denies some of them for pgrx-tests so that pgrx's macro expansions no longer emit needless allows in quite as many places. This also trims away a few now-needless allowances.