mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +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)]
|
#[inline(always)]
|
||||||
|
#[allow(clippy::type_complexity)]
|
||||||
fn imports_entry<'a>() -> impl Parser<'a, ImportsEntry<'a>> {
|
fn imports_entry<'a>() -> impl Parser<'a, ImportsEntry<'a>> {
|
||||||
map_with_arena!(
|
map_with_arena!(
|
||||||
and!(
|
and!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue