mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
cleanup misc minor issues
This commit is contained in:
parent
48eb9c31a9
commit
9e70308952
3 changed files with 4 additions and 5 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue