We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1c2d5 commit d89eefaCopy full SHA for d89eefa
compiler/rustc_attr_parsing/src/parser.rs
@@ -549,7 +549,7 @@ impl<'a> MetaItemListParser<'a> {
549
}
550
551
/// Lets you pick and choose as what you want to parse each element in the list
552
- pub fn mixed<'s>(&'s self) -> impl Iterator<Item = &'s MetaItemOrLitParser<'a>> + 's {
+ pub fn mixed(&self) -> impl Iterator<Item = &MetaItemOrLitParser<'a>> + '_ {
553
self.sub_parsers.iter()
554
555
0 commit comments