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
Gating this on `cfg(not(test))` isn't necessary; during unit tests
`system_table_boot()` will return `None` and so the drop won't do anything
anyway.
Also fix a typo, excited -> exited.
0 commit comments