wip: refactor pt.30: 74 errors

This commit is contained in:
🪞👃🪞 2024-11-14 22:34:44 +01:00
parent ab85a86b6b
commit 28e15d3f56
12 changed files with 631 additions and 622 deletions

View file

@ -1,6 +1,6 @@
use crate::*;
#[derive(Clone, PartialEq)]
#[derive(Clone, Debug, PartialEq)]
pub enum PhraseRenameCommand {
Begin,
Set(String),