Skip to content

utils: fix rust 2021 warnings

nee requested to merge nemuii/podcasts:fix-rust-2021-warnings into master

Rust 2021 makes std::panic and core::panic identical. This caused a bunch of warnings to pop up. see: https://github.com/rust-lang/rust/pull/81645 and: https://github.com/rust-lang/rust/issues/80162

This commit updates the use of panic! and debug_assert to the new format.

Merge request reports