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
Use Default::default rather than None for the initial value (and presumably post-remove value) for singletons. This probably needs to be configurable in the schema (which would require the Default bound) with default being the default.
Use
Default::defaultrather thanNonefor the initial value (and presumably post-remove value) for singletons. This probably needs to be configurable in the schema (which would require theDefaultbound) with default being the default.