mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 10:58:02 +00:00
Update crates/hir-expand/src/attrs.rs
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
parent
b786f98761
commit
7d6956ea57
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ pub fn collect_attrs(
|
||||||
Either::Left(attr) => attr.kind().is_outer(),
|
Either::Left(attr) => attr.kind().is_outer(),
|
||||||
Either::Right(comment) => comment.is_outer(),
|
Either::Right(comment) => comment.is_outer(),
|
||||||
})
|
})
|
||||||
.map(|attr| (attr, false));
|
.zip(iter::repeat(false));
|
||||||
outer_attrs
|
outer_attrs
|
||||||
.chain(inner_attrs)
|
.chain(inner_attrs)
|
||||||
.enumerate()
|
.enumerate()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue