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 ed8d5c8 commit a766883Copy full SHA for a766883
crates/ra_parser/src/grammar/attributes.rs
@@ -14,7 +14,7 @@ pub(super) fn with_outer_attributes(
14
) -> bool {
15
let am = p.start();
16
let has_attrs = p.at(T![#]);
17
- attributes::outer_attributes(p);
+ attributes::outer_attributes(p);
18
let cm = f(p);
19
let success = cm.is_some();
20
0 commit comments