echidna/src/components/editor
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
..
editor.ui feat: enable GtkSourceView line numbers and line marks 2021-12-17 09:22:57 +07:00
imp.rs feat: implement win.save-file-as action 2021-10-31 16:58:20 +07:00
mod.rs fix: panic! expecting &str in editor/mod.rs 2021-12-28 08:37:09 +07:00