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
Right at the moment when you have an auto generated setter and notify, we assume your type implements Eq and we ensure that we don't trigger notify when data doesn't change. If your type didn't implement Eq at least now you could write a custom setter :-)
In the rust setter file, the following check is used
which may be extra unnecessary overhead and could be optimised?
The text was updated successfully, but these errors were encountered: