mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Fix at_ts doc comment
This commit is contained in:
parent
20bbe0127c
commit
012537bd6c
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ fn path_expr(p: &mut Parser, r: Restrictions) -> CompletedMarker {
|
|||
m.complete(p, STRUCT_LIT)
|
||||
}
|
||||
EXCL => {
|
||||
items::macro_call_after_excl(p);
|
||||
items::macro_call_after_excl(p); // TODO: Use return type (BlockLike)
|
||||
m.complete(p, MACRO_CALL)
|
||||
}
|
||||
_ => m.complete(p, PATH_EXPR),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue