echidna/src
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
..
components refactor: migrate panic!() usage to Rust 2021 2021-12-13 11:25:10 +07:00
lib style: format source files with cargo fmt 2021-11-09 05:18:23 +07:00
main.rs feat: make tabs closeable 2021-11-03 17:06:51 +07:00