mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
remove unused annotation
This commit is contained in:
parent
efe3497cc9
commit
bffc597e4e
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ pub fn def<'a>(min_indent: u16) -> impl Parser<'a, Def<'a>> {
|
|||
Either::Second(comment) => Some(comment),
|
||||
}
|
||||
);
|
||||
let spaces_then_comment_or_newline: dyn Parser<'a, Option<&'a str>> =
|
||||
let spaces_then_comment_or_newline =
|
||||
skip_first!(zero_or_more!(ascii_char(' ')), comment_or_newline);
|
||||
let annotated_body = and!(
|
||||
annotation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue