echidna/src
Nefo Fortressia e077e690f2
fix: panic! expecting &str in editor/mod.rs
In Rust 2021, panic! automatically formats the message.
Because of this, the panic! macro complained about the argument not being &str
as format! returns a String instead.
2021-12-28 08:37:09 +07:00
..
components fix: panic! expecting &str in editor/mod.rs 2021-12-28 08:37:09 +07:00
lib refactor: removed unused imports in closeable_tab.rs 2021-12-18 17:17:53 +07:00
main.rs refactor: reexport all preludes to the crate 2021-11-12 20:22:32 +07:00