Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rust 2021 makes std::panic and core::panic identical. This caused a bunch of warnings to pop up. see: rust-lang/rust#81645 and: rust-lang/rust#80162 This updates the use of panic! and debug_assert to the new format.
- Loading branch information