You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each implementation generated by macros should be tagged with the attribute #[automatically_derived].
Many other libraries including serde and sqlx do this. I'm not sure what tools currently use this, but it would be a minor improvement, but definitely not important at this stage.
Each implementation generated by macros should be tagged with the attribute
#[automatically_derived]
.Many other libraries including serde and sqlx do this. I'm not sure what tools currently use this, but it would be a minor improvement, but definitely not important at this stage.
https://doc.rust-lang.org/reference/attributes/derive.html#the-automatically_derived-attribute
As an example:
The text was updated successfully, but these errors were encountered: