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

@ -133,7 +133,7 @@ impl Content for PhrasePoolView<Tui> {
}
}
#[derive(Clone, PartialEq)]
#[derive(Clone, PartialEq, Debug)]
pub enum PhrasePoolViewCommand {
Select(usize),
Edit(PhrasePoolCommand),