mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Clippy + fmt
This commit is contained in:
parent
1c17797aa6
commit
e200e6c346
2 changed files with 7 additions and 7 deletions
|
@ -143,10 +143,7 @@ impl LowLevel {
|
|||
pub fn is_higher_order(&self) -> bool {
|
||||
use LowLevel::*;
|
||||
|
||||
match self {
|
||||
higher_order!() => true,
|
||||
_ => false,
|
||||
}
|
||||
matches!(self, higher_order!())
|
||||
}
|
||||
|
||||
pub fn function_argument_position(&self) -> usize {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue