mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
remove syntax error
This commit is contained in:
parent
4e4854ceaa
commit
9f146bf702
3 changed files with 1 additions and 6 deletions
|
@ -1193,7 +1193,7 @@ fn parse_def_signature_help<'a>(
|
|||
and!(
|
||||
// Optionally parse additional defs.
|
||||
zero_or_more!(backtrackable(allocated(space0_before_e(
|
||||
loc!(specialize_ref(EExpr::Syntax, def(original_indent))),
|
||||
loc!(def_help(original_indent)),
|
||||
original_indent,
|
||||
EExpr::Space,
|
||||
EExpr::IndentStart,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue