echidna/src/components
Nefo Fortressia b9a0719750
refactor: migrate panic!() usage to Rust 2021
This commit refactors code to conform to some changes in Rust 2021:
- The panic!() macro now uses format_args!() like println!().
- The usage of panic!(x) is now deprecated if x is not a string literal.

See:
https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html
2021-12-13 11:25:10 +07:00
..
app style: separate @extends and @implements into separate lines 2021-10-30 04:45:09 +00:00
editor refactor: migrate panic!() usage to Rust 2021 2021-12-13 11:25:10 +07:00
sidebar style: add license headers to source files 2021-11-08 17:43:08 +07:00
window refactor: migrate panic!() usage to Rust 2021 2021-12-13 11:25:10 +07:00
mod.rs style: format codebase with cargo fmt 2021-10-29 09:44:36 +07:00