tcdi / plrust

A Rust procedural language handler for PostgreSQL
PostgreSQL License
1.1k stars 32 forks source link

Bump to Rust 1.72.0, and remove plrust_tuple_struct_self_pattern lint. #375

Closed thomcc closed 1 year ago

thomcc commented 1 year ago

This also removes our lint for plrust_tuple_struct_self_pattern, which was made a hard error in rustc itself in 1.71.0 (as noted in various comments), so our lint is entirely redundant.

Technically we could have removed it earlier, but I forgot about this. The lint code would have needed to be changed a bunch for 1.72.0 anyway, and the fix wasn't obvious, so deleting it is better all around.