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
If you use ParseCallbacks::add_derives() and add a trait that's already being derived automatically, it will cause the trait to be listed twice, which leads to a compile error.
I have a fix, just need to add some tests and then submit a PR. Will do it after RustConf, either on Friday or early next week.