mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
It's gonna be okay, clippy.
This commit is contained in:
parent
37daff3a57
commit
ed67fc8d09
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ pub fn app_header<'a>() -> impl Parser<'a, AppHeader<'a>> {
|
||||||
};
|
};
|
||||||
|
|
||||||
// rustc must be told the type here
|
// rustc must be told the type here
|
||||||
|
#[allow(clippy::type_complexity)]
|
||||||
let opt_imports: Option<(
|
let opt_imports: Option<(
|
||||||
(&'a [CommentOrNewline<'a>], &'a [CommentOrNewline<'a>]),
|
(&'a [CommentOrNewline<'a>], &'a [CommentOrNewline<'a>]),
|
||||||
Vec<'a, Located<ImportsEntry<'a>>>,
|
Vec<'a, Located<ImportsEntry<'a>>>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue