mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 12:59:12 +00:00
fix formating
This commit is contained in:
parent
ed8d5c86e3
commit
a766883a75
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ pub(super) fn with_outer_attributes(
|
|||
) -> bool {
|
||||
let am = p.start();
|
||||
let has_attrs = p.at(T![#]);
|
||||
attributes::outer_attributes(p);
|
||||
attributes::outer_attributes(p);
|
||||
let cm = f(p);
|
||||
let success = cm.is_some();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue