feat: Better error reporting

This commit is contained in:
Dheepak Krishnamurthy 2021-11-09 19:24:07 -07:00
parent 740eca1f6f
commit 3e27ab44e3
3 changed files with 116 additions and 52 deletions

View file

@ -1,4 +1,4 @@
#[derive(PartialEq, Debug)]
#[derive(Clone, PartialEq, Debug)]
pub enum Action {
Report,
Filter,