pgcentralfoundation / pgrx

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

Address `clippy::must_use_candidate` in template #1740

Closed nyurik closed 1 week ago

nyurik commented 1 week ago

This addresses clippy::must_use_candidate and applies a minor optimization: it removes a Vec realloc by simply taking the existing one, instead of cloning and clearing it.