echidna/src/components/editor
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
..
editor.ui feat: implement scrollbar for editor 2021-10-30 11:33:02 +07:00
imp.rs feat: implement win.save-file-as action 2021-10-31 16:58:20 +07:00
mod.rs refactor: migrate panic!() usage to Rust 2021 2021-12-13 11:25:10 +07:00