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
Previously, we'd explicitly `panic` on an APIMisuseError. While this
error type should still never happen, we avoid explicit panics in favor
of `debug_assert`s here.
0 commit comments