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
NoDefault should never be used by users, but is useful when using stubtest to detect inconsistencies between the stubs and the source. See #848 (comment)
Should consider renaming NoDefault in the stubs to be private (e.g., _NoDefault), and maybe even something like _NoDefaultDoNotUse` .