mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +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…
Reference in a new issue