It's gonna be okay, clippy.

This commit is contained in:
Richard Feldman 2020-11-20 23:45:26 -05:00
parent 37daff3a57
commit ed67fc8d09

View file

@ -202,6 +202,7 @@ pub fn app_header<'a>() -> impl Parser<'a, AppHeader<'a>> {
};
// rustc must be told the type here
#[allow(clippy::type_complexity)]
let opt_imports: Option<(
(&'a [CommentOrNewline<'a>], &'a [CommentOrNewline<'a>]),
Vec<'a, Located<ImportsEntry<'a>>>,