mcarton / rust-derivative

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

Added documentation for relaxing trait bounds on PhatomData #93

Open CoffmanTaylor opened 3 years ago

CoffmanTaylor commented 3 years ago

I original did not realize that Derivative did not add trait bounds for types only used in PhantomData. So to help new users, I added it to the docs.

CoffmanTaylor commented 3 years ago

I don't know if the failure is from my code or a problem with the CI config.