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
Also I should probably note that there already is an "Add #[derive]" assist that helps a bit with this. We also have auto-completion for PartialEq in the derive list.
For instance, if you try to use
==
on an enum that doesn't implement PartialEq/Eq, RA will tell you that you need to implement it.It would be nice if RA provided an assist add the
#[derive()]
for us, for types defined in our workspace.The text was updated successfully, but these errors were encountered: