Fix at_ts doc comment

This commit is contained in:
DJMcNab
2018-12-18 21:13:55 +00:00
parent 20bbe0127c
commit 012537bd6c
+1 -1
View File
@@ -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),