mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
appease clippy
This commit is contained in:
parent
d0c651726d
commit
1b41916fb0
1 changed files with 1 additions and 0 deletions
|
@ -544,6 +544,7 @@ fn typed_ident<'a>() -> impl Parser<'a, TypedIdent<'a>> {
|
|||
}
|
||||
|
||||
#[inline(always)]
|
||||
#[allow(clippy::type_complexity)]
|
||||
fn imports_entry<'a>() -> impl Parser<'a, ImportsEntry<'a>> {
|
||||
map_with_arena!(
|
||||
and!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue