mcarton / rust-derivative

A set of alternative `derive` attributes for Rust
Apache License 2.0
422 stars 46 forks source link

Replace allowing specific lints for derived impls with #[automatically_derived] #114

Open Toromyx opened 1 year ago

Toromyx commented 1 year ago

Fixes #112

To test this, one could increase the rust version in the clippy job of the main workflow. Not sure if that should be part of this pull request.