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
works around rust-lang/rust#126766 where due to some panic infrastructure changes, some type aliases don't work out
when importing from `core::panic` rather than `std::panic`. We don't strictly *need* `core::panic`, but it's generally nice to import
from the lowest crate necessary, so we know where things are coming from.
0 commit comments