cleanup misc minor issues

This commit is contained in:
Brendan Hansknecht 2024-04-11 22:17:12 -07:00
parent 48eb9c31a9
commit 9e70308952
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
3 changed files with 4 additions and 5 deletions

View file

@ -53,10 +53,6 @@ impl HelperOp {
fn is_dec(&self) -> bool {
matches!(self, Self::Dec)
}
fn is_inc(&self) -> bool {
matches!(self, Self::Inc | Self::IncN)
}
}
#[derive(Debug)]